Html Css Color HEX #2CCC12 Lime Green

📋 copy color: '#2CCC12'

red 44 ◦ green 204 ◦ blue 18

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

Shades of Lime Green #2CCC12

Tints of Lime Green #2CCC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 16.54%
G = 76.69%
B = 6.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#2CCC12 (or 0x2CCC12) is known color: Lime Green. HEX triplet: 2C, CC and 12. RGB value is (44,204,18). Sum of RGB (Red+Green+Blue) = 44+204+18=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCC12 is #D333ED. Grayscale: #878787. Windows color (decimal): -13841390 or 1231916. OLE color: 1231916.

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

Color convert

RGB 44 204 18 -
CMYK 0.78 0 0.91 0.2
HSL 111.61º 0.84% 0.44% -
HSV(B) 111.61º 0.91% 0.8% -
XYZ 22.74 43.76 7.82 -
YUV 134.96 61.99 63.12 -
System Red Green Blue C M Y K H S L
Decimal 44 204 18 0.78 0 0.91 0.2 111.61 0.84 0.44
Hex 2C CC 12 4E 0 5B 14 70 54 2C
Octal 54 314 22 116 0 133 24 160 124 54
Binary 101100 11001100 10010 1001110 0 1011011 10100 1110000 1010100 101100

Color Harmonies of #2CCC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC12

Black with #2CCC12

Text Example


Text Example

White with #2CCC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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