Html Css Color HEX #2DCF27 Lime Green

📋 copy color: '#2DCF27'

red 45 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #2DCF27

Tints of Lime Green #2DCF27

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.13%

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

R = 15.46%
G = 71.13%
B = 13.4%

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

#2DCF27 (or 0x2DCF27) is known color: Lime Green. HEX triplet: 2D, CF and 27. RGB value is (45,207,39). Sum of RGB (Red+Green+Blue) = 45+207+39=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF27 is #D230D8. Grayscale: #8B8B8B. Windows color (decimal): -13775065 or 2608941. OLE color: 2608941.

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

Color convert

RGB 45 207 39 -
CMYK 0.78 0 0.81 0.19
HSL 117.86º 0.68% 0.48% -
HSV(B) 117.86º 0.81% 0.81% -
XYZ 23.76 45.33 9.42 -
YUV 139.41 71.33 60.66 -
System Red Green Blue C M Y K H S L
Decimal 45 207 39 0.78 0 0.81 0.19 117.86 0.68 0.48
Hex 2D CF 27 4E 0 51 13 76 44 30
Octal 55 317 47 116 0 121 23 166 104 60
Binary 101101 11001111 100111 1001110 0 1010001 10011 1110110 1000100 110000

Color Harmonies of #2DCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF27

Black with #2DCF27

Text Example


Text Example

White with #2DCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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