Html Css Color HEX #2CCB20 Lime Green

📋 copy color: '#2CCB20'

red 44 ◦ green 203 ◦ blue 32

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

Shades of Lime Green #2CCB20

Tints of Lime Green #2CCB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 15.77%
G = 72.76%
B = 11.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#2CCB20 (or 0x2CCB20) is known color: Lime Green. HEX triplet: 2C, CB and 20. RGB value is (44,203,32). Sum of RGB (Red+Green+Blue) = 44+203+32=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCB20 is #D334DF. Grayscale: #888888. Windows color (decimal): -13841632 or 2149164. OLE color: 2149164.

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

Color convert

RGB 44 203 32 -
CMYK 0.78 0 0.84 0.20
HSL 115.79º 0.73% 0.46% -
HSV(B) 115.79º 0.84% 0.8% -
XYZ 22.66 43.35 8.54 -
YUV 135.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 44 203 32 0.78 0 0.84 0.20 115.79 0.73 0.46
Hex 2C CB 20 4E 0 54 14 74 49 2E
Octal 54 313 40 116 0 124 24 164 111 56
Binary 101100 11001011 100000 1001110 0 1010100 10100 1110100 1001001 101110

Color Harmonies of #2CCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB20

Black with #2CCB20

Text Example


Text Example

White with #2CCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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