Html Css Color HEX #2CB81D Lime Green

📋 copy color: '#2CB81D'

red 44 ◦ green 184 ◦ blue 29

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

Shades of Lime Green #2CB81D

Tints of Lime Green #2CB81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 71.6%

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

R = 17.12%
G = 71.6%
B = 11.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#2CB81D (or 0x2CB81D) is known color: Lime Green. HEX triplet: 2C, B8 and 1D. RGB value is (44,184,29). Sum of RGB (Red+Green+Blue) = 44+184+29=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB81D is #D347E2. Grayscale: #7C7C7C. Windows color (decimal): -13846499 or 1947692. OLE color: 1947692.

HSL color Cylindrical-coordinate representation of color #2CB81D: hue angle of 114.19º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CB81D is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 184 29 -
CMYK 0.76 0 0.84 0.28
HSL 114.19º 0.73% 0.42% -
HSV(B) 114.19º 0.84% 0.72% -
XYZ 18.4 34.91 6.93 -
YUV 124.47 74.12 70.6 -
System Red Green Blue C M Y K H S L
Decimal 44 184 29 0.76 0 0.84 0.28 114.19 0.73 0.42
Hex 2C B8 1D 4C 0 54 1C 72 49 2A
Octal 54 270 35 114 0 124 34 162 111 52
Binary 101100 10111000 11101 1001100 0 1010100 11100 1110010 1001001 101010

Color Harmonies of #2CB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB81D

Black with #2CB81D

Text Example


Text Example

White with #2CB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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