Html Css Color HEX #2CCC1E Lime Green

📋 copy color: '#2CCC1E'

red 44 ◦ green 204 ◦ blue 30

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

Shades of Lime Green #2CCC1E

Tints of Lime Green #2CCC1E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.38%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 15.83%
G = 73.38%
B = 10.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#2CCC1E (or 0x2CCC1E) is known color: Lime Green. HEX triplet: 2C, CC and 1E. RGB value is (44,204,30). Sum of RGB (Red+Green+Blue) = 44+204+30=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC1E is #D333E1. Grayscale: #888888. Windows color (decimal): -13841378 or 2018348. OLE color: 2018348.

HSL color Cylindrical-coordinate representation of color #2CCC1E: hue angle of 115.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CCC1E is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 30 -
CMYK 0.78 0 0.85 0.2
HSL 115.17º 0.74% 0.46% -
HSV(B) 115.17º 0.85% 0.8% -
XYZ 22.87 43.81 8.48 -
YUV 136.32 67.99 62.15 -
System Red Green Blue C M Y K H S L
Decimal 44 204 30 0.78 0 0.85 0.2 115.17 0.74 0.46
Hex 2C CC 1E 4E 0 55 14 73 4A 2E
Octal 54 314 36 116 0 125 24 163 112 56
Binary 101100 11001100 11110 1001110 0 1010101 10100 1110011 1001010 101110

Color Harmonies of #2CCC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC1E

Black with #2CCC1E

Text Example


Text Example

White with #2CCC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,204,30); }

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

background-color css

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

 a { background-color: rgb(44,204,30); }

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

border-color css

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

 span { border-color: rgb(44,204,30); }

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