Html Css Color HEX #2CCD14 Lime Green

📋 copy color: '#2CCD14'

red 44 ◦ green 205 ◦ blue 20

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

Shades of Lime Green #2CCD14

Tints of Lime Green #2CCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 76.21%

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

R = 16.36%
G = 76.21%
B = 7.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#2CCD14 (or 0x2CCD14) is known color: Lime Green. HEX triplet: 2C, CD and 14. RGB value is (44,205,20). Sum of RGB (Red+Green+Blue) = 44+205+20=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCD14 is #D332EB. Grayscale: #888888. Windows color (decimal): -13841132 or 1363244. OLE color: 1363244.

HSL color Cylindrical-coordinate representation of color #2CCD14: hue angle of 112.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CCD14 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 205 20 -
CMYK 0.79 0 0.90 0.20
HSL 112.22º 0.82% 0.44% -
HSV(B) 112.22º 0.9% 0.8% -
XYZ 23 44.25 7.99 -
YUV 135.77 62.66 62.54 -
System Red Green Blue C M Y K H S L
Decimal 44 205 20 0.79 0 0.90 0.20 112.22 0.82 0.44
Hex 2C CD 14 4F 0 5A 14 70 52 2C
Octal 54 315 24 117 0 132 24 160 122 54
Binary 101100 11001101 10100 1001111 0 1011010 10100 1110000 1010010 101100

Color Harmonies of #2CCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD14

Black with #2CCD14

Text Example


Text Example

White with #2CCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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