Html Css Color HEX #2CB21D Lime Green

📋 copy color: '#2CB21D'

red 44 ◦ green 178 ◦ blue 29

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

Shades of Lime Green #2CB21D

Tints of Lime Green #2CB21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.92%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 17.53%
G = 70.92%
B = 11.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#2CB21D (or 0x2CB21D) is known color: Lime Green. HEX triplet: 2C, B2 and 1D. RGB value is (44,178,29). Sum of RGB (Red+Green+Blue) = 44+178+29=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB21D is #D34DE2. Grayscale: #797979. Windows color (decimal): -13848035 or 1946156. OLE color: 1946156.

HSL color Cylindrical-coordinate representation of color #2CB21D: hue angle of 113.96º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CB21D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 29 -
CMYK 0.75 0 0.84 0.30
HSL 113.96º 0.72% 0.41% -
HSV(B) 113.96º 0.84% 0.7% -
XYZ 17.18 32.46 6.52 -
YUV 120.95 76.11 73.12 -
System Red Green Blue C M Y K H S L
Decimal 44 178 29 0.75 0 0.84 0.30 113.96 0.72 0.41
Hex 2C B2 1D 4B 0 54 1E 72 48 29
Octal 54 262 35 113 0 124 36 162 110 51
Binary 101100 10110010 11101 1001011 0 1010100 11110 1110010 1001000 101001

Color Harmonies of #2CB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB21D

Black with #2CB21D

Text Example


Text Example

White with #2CB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,29); }

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

background-color css

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

 a { background-color: rgb(44,178,29); }

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

border-color css

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

 span { border-color: rgb(44,178,29); }

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