Html Css Color HEX #2CB621 Lime Green

📋 copy color: '#2CB621'

red 44 ◦ green 182 ◦ blue 33

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

Shades of Lime Green #2CB621

Tints of Lime Green #2CB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70.27%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 16.99%
G = 70.27%
B = 12.74%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2CB621 (or 0x2CB621) is known color: Lime Green. HEX triplet: 2C, B6 and 21. RGB value is (44,182,33). Sum of RGB (Red+Green+Blue) = 44+182+33=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 182 (71.48% from 255 or 70.27% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB621 is #D349DE. Grayscale: #7C7C7C. Windows color (decimal): -13847007 or 2209324. OLE color: 2209324.

HSL color Cylindrical-coordinate representation of color #2CB621: hue angle of 115.57º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CB621 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 182 33 -
CMYK 0.76 0 0.82 0.29
HSL 115.57º 0.69% 0.42% -
HSV(B) 115.57º 0.82% 0.71% -
XYZ 18.04 34.1 7.07 -
YUV 123.75 76.78 71.12 -
System Red Green Blue C M Y K H S L
Decimal 44 182 33 0.76 0 0.82 0.29 115.57 0.69 0.42
Hex 2C B6 21 4C 0 52 1D 74 45 2A
Octal 54 266 41 114 0 122 35 164 105 52
Binary 101100 10110110 100001 1001100 0 1010010 11101 1110100 1000101 101010

Color Harmonies of #2CB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB621

Black with #2CB621

Text Example


Text Example

White with #2CB621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,182,33); }

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

background-color css

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

 a { background-color: rgb(44,182,33); }

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

border-color css

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

 span { border-color: rgb(44,182,33); }

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