Html Css Color HEX #2DCE3E Lime Green

📋 copy color: '#2DCE3E'

red 45 ◦ green 206 ◦ blue 62

#2DCE3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2DCE3E

Tints of Lime Green #2DCE3E

RGB

 RED value IS 45 (17.97% from 255) = 14.38%

 GREEN value IS 206 (80.86% from 255) = 65.81%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 14.38%
G = 65.81%
B = 19.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#2DCE3E (or 0x2DCE3E) is known color: Lime Green. HEX triplet: 2D, CE and 3E. RGB value is (45,206,62). Sum of RGB (Red+Green+Blue) = 45+206+62=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE3E is #D231C1. Grayscale: #8D8D8D. Windows color (decimal): -13775298 or 4116013. OLE color: 4116013.

HSL color Cylindrical-coordinate representation of color #2DCE3E: hue angle of 126.34º 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 #2DCE3E is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 62 -
CMYK 0.78 0 0.70 0.19
HSL 126.34º 0.64% 0.49% -
HSV(B) 126.34º 0.78% 0.81% -
XYZ 24.02 45.05 11.99 -
YUV 141.45 83.16 59.21 -
System Red Green Blue C M Y K H S L
Decimal 45 206 62 0.78 0 0.70 0.19 126.34 0.64 0.49
Hex 2D CE 3E 4E 0 46 13 7E 40 31
Octal 55 316 76 116 0 106 23 176 100 61
Binary 101101 11001110 111110 1001110 0 1000110 10011 1111110 1000000 110001

Color Harmonies of #2DCE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE3E

Black with #2DCE3E

Text Example


Text Example

White with #2DCE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DCE3E;
 }
 .AnyTagClassName
 {
   color: #2DCE3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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