Html Css Color HEX #2CBF21 Lime Green

📋 copy color: '#2CBF21'

red 44 ◦ green 191 ◦ blue 33

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

Shades of Lime Green #2CBF21

Tints of Lime Green #2CBF21

RGB

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

 GREEN value IS 191 (75% from 255) = 71.27%

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

R = 16.42%
G = 71.27%
B = 12.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#2CBF21 (or 0x2CBF21) is known color: Lime Green. HEX triplet: 2C, BF and 21. RGB value is (44,191,33). Sum of RGB (Red+Green+Blue) = 44+191+33=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF21 is #D340DE. Grayscale: #818181. Windows color (decimal): -13844703 or 2211628. OLE color: 2211628.

HSL color Cylindrical-coordinate representation of color #2CBF21: hue angle of 115.82º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CBF21 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 33 -
CMYK 0.77 0 0.83 0.25
HSL 115.82º 0.71% 0.44% -
HSV(B) 115.82º 0.83% 0.75% -
XYZ 19.94 37.91 7.7 -
YUV 129.04 73.8 67.35 -
System Red Green Blue C M Y K H S L
Decimal 44 191 33 0.77 0 0.83 0.25 115.82 0.71 0.44
Hex 2C BF 21 4D 0 53 19 74 47 2C
Octal 54 277 41 115 0 123 31 164 107 54
Binary 101100 10111111 100001 1001101 0 1010011 11001 1110100 1000111 101100

Color Harmonies of #2CBF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF21

Black with #2CBF21

Text Example


Text Example

White with #2CBF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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