#2DCE30

Color #2DCE30 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DCE30

Tints of Lime Green #2DCE30

Color information

#2DCE30 (or 0x2DCE30) is unknown color: approx Lime Green. HEX triplet: 2D, CE and 30. RGB value is (45,206,48). Sum of RGB (Red+Green+Blue) = 45+206+48=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 206 (80.86% from 255 or 68.90% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE30 is #D231CF. Grayscale: #8C8C8C. Windows color (decimal): -13775312 or 3198509. OLE color: 3198509.

HSL color Cylindrical-coordinate representation of color #2DCE30: hue angle of 121.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE30 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB4520648-
CMYK0.7800.770.19
HSL121.12º64.14%49.22%-
HSV(B)121.12º78.16%80.78%-
XYZ23.6944.9110.22-
YUV139.8576.1660.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 15.05%
GREEN value IS 206 (80.86% from 255) = 68.90%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=15.05%
G=68.90%
B=16.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal45206480.7800.770.19121.1264.1449.22
Hex2DCE304E04D13794031
Octal553166011601152317110061
Binary101101110011101100001001110010011011001111110011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DCE30; }

 p { color: rgb(45,206,48); }

 H1.HeaderClassName
 {
   color: #2DCE30;
 }
 .AnyTagClassName
 {
   color: #2DCE30;
 }
</style>
background-color css

<style>
 a { background-color: #2DCE30; }

 a { background-color: rgb(45,206,48); }

 div.DivClassName
 {
   background-color: #2DCE30;
 }
 .BgClassName
 {
   background-color: #2DCE30;
 }
</style>
border-color css

<style>
 span { border-color: #2DCE30; }

 span { border-color: rgb(45,206,48); }

 td.TdClassName
 {
   border-color: #2DCE30;
 }
 .TagClassName
 {
   border-color: #2DCE30;
 }
</style>