Html Css Color HEX #2DCE27 Lime Green

📋 copy color: '#2DCE27'

red 45 ◦ green 206 ◦ blue 39

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

Shades of Lime Green #2DCE27

Tints of Lime Green #2DCE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 15.52%
G = 71.03%
B = 13.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#2DCE27 (or 0x2DCE27) is known color: Lime Green. HEX triplet: 2D, CE and 27. RGB value is (45,206,39). Sum of RGB (Red+Green+Blue) = 45+206+39=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE27 is #D231D8. Grayscale: #8B8B8B. Windows color (decimal): -13775321 or 2608685. OLE color: 2608685.

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

Color convert

RGB 45 206 39 -
CMYK 0.78 0 0.81 0.19
HSL 117.84º 0.68% 0.48% -
HSV(B) 117.84º 0.81% 0.81% -
XYZ 23.52 44.85 9.34 -
YUV 138.82 71.66 61.08 -
System Red Green Blue C M Y K H S L
Decimal 45 206 39 0.78 0 0.81 0.19 117.84 0.68 0.48
Hex 2D CE 27 4E 0 51 13 76 44 30
Octal 55 316 47 116 0 121 23 166 104 60
Binary 101101 11001110 100111 1001110 0 1010001 10011 1110110 1000100 110000

Color Harmonies of #2DCE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE27

Black with #2DCE27

Text Example


Text Example

White with #2DCE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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