Html Css Color HEX #2CD20F Lime Green

📋 copy color: '#2CD20F'

red 44 ◦ green 210 ◦ blue 15

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

Shades of Lime Green #2CD20F

Tints of Lime Green #2CD20F

RGB

 RED value IS 44 (17.58% from 255) = 16.36%

 GREEN value IS 210 (82.42% from 255) = 78.07%

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 16.36%
G = 78.07%
B = 5.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#2CD20F (or 0x2CD20F) is known color: Lime Green. HEX triplet: 2C, D2 and 0F. RGB value is (44,210,15). Sum of RGB (Red+Green+Blue) = 44+210+15=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 210 (82.42% from 255 or 78.07% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD20F is #D32DF0. Grayscale: #8A8A8A. Windows color (decimal): -13839857 or 1036844. OLE color: 1036844.

HSL color Cylindrical-coordinate representation of color #2CD20F: hue angle of 111.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CD20F is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 210 15 -
CMYK 0.79 0 0.93 0.18
HSL 111.08º 0.87% 0.44% -
HSV(B) 111.08º 0.93% 0.82% -
XYZ 24.17 46.66 8.18 -
YUV 138.14 58.5 60.86 -
System Red Green Blue C M Y K H S L
Decimal 44 210 15 0.79 0 0.93 0.18 111.08 0.87 0.44
Hex 2C D2 F 4F 0 5D 12 6F 57 2C
Octal 54 322 17 117 0 135 22 157 127 54
Binary 101100 11010010 1111 1001111 0 1011101 10010 1101111 1010111 101100

Color Harmonies of #2CD20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD20F

Black with #2CD20F

Text Example


Text Example

White with #2CD20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,210,15); }

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

background-color css

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

 a { background-color: rgb(44,210,15); }

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

border-color css

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

 span { border-color: rgb(44,210,15); }

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