Html Css Color HEX #2CCB22 Lime Green

📋 copy color: '#2CCB22'

red 44 ◦ green 203 ◦ blue 34

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

Shades of Lime Green #2CCB22

Tints of Lime Green #2CCB22

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.24%

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 15.66%
G = 72.24%
B = 12.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#2CCB22 (or 0x2CCB22) is known color: Lime Green. HEX triplet: 2C, CB and 22. RGB value is (44,203,34). Sum of RGB (Red+Green+Blue) = 44+203+34=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB22 is #D334DD. Grayscale: #888888. Windows color (decimal): -13841630 or 2280236. OLE color: 2280236.

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

Color convert

RGB 44 203 34 -
CMYK 0.78 0 0.83 0.20
HSL 116.45º 0.71% 0.46% -
HSV(B) 116.45º 0.83% 0.8% -
XYZ 22.68 43.36 8.69 -
YUV 136.19 70.32 62.24 -
System Red Green Blue C M Y K H S L
Decimal 44 203 34 0.78 0 0.83 0.20 116.45 0.71 0.46
Hex 2C CB 22 4E 0 53 14 74 47 2E
Octal 54 313 42 116 0 123 24 164 107 56
Binary 101100 11001011 100010 1001110 0 1010011 10100 1110100 1000111 101110

Color Harmonies of #2CCB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB22

Black with #2CCB22

Text Example


Text Example

White with #2CCB22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,203,34); }

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

background-color css

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

 a { background-color: rgb(44,203,34); }

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

border-color css

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

 span { border-color: rgb(44,203,34); }

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