Html Css Color HEX #2CDE14 Lime Green

📋 copy color: '#2CDE14'

red 44 ◦ green 222 ◦ blue 20

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

Shades of Lime Green #2CDE14

Tints of Lime Green #2CDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.62%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 15.38%
G = 77.62%
B = 6.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2CDE14 (or 0x2CDE14) is known color: Lime Green. HEX triplet: 2C, DE and 14. RGB value is (44,222,20). Sum of RGB (Red+Green+Blue) = 44+222+20=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDE14 is #D321EB. Grayscale: #929292. Windows color (decimal): -13836780 or 1367596. OLE color: 1367596.

HSL color Cylindrical-coordinate representation of color #2CDE14: hue angle of 112.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CDE14 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 222 20 -
CMYK 0.80 0 0.91 0.13
HSL 112.87º 0.83% 0.47% -
HSV(B) 112.87º 0.91% 0.87% -
XYZ 27.29 52.83 9.42 -
YUV 145.75 57.03 55.43 -
System Red Green Blue C M Y K H S L
Decimal 44 222 20 0.80 0 0.91 0.13 112.87 0.83 0.47
Hex 2C DE 14 50 0 5B D 71 53 2F
Octal 54 336 24 120 0 133 15 161 123 57
Binary 101100 11011110 10100 1010000 0 1011011 1101 1110001 1010011 101111

Color Harmonies of #2CDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDE14

Black with #2CDE14

Text Example


Text Example

White with #2CDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,222,20); }

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

background-color css

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

 a { background-color: rgb(44,222,20); }

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

border-color css

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

 span { border-color: rgb(44,222,20); }

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