Html Css Color HEX #2CB81F Lime Green

📋 copy color: '#2CB81F'

red 44 ◦ green 184 ◦ blue 31

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

Shades of Lime Green #2CB81F

Tints of Lime Green #2CB81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 16.99%
G = 71.04%
B = 11.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#2CB81F (or 0x2CB81F) is known color: Lime Green. HEX triplet: 2C, B8 and 1F. RGB value is (44,184,31). Sum of RGB (Red+Green+Blue) = 44+184+31=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 184 (72.27% from 255 or 71.04% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB81F is #D347E0. Grayscale: #7D7D7D. Windows color (decimal): -13846497 or 2078764. OLE color: 2078764.

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

Color convert

RGB 44 184 31 -
CMYK 0.76 0 0.83 0.28
HSL 114.9º 0.71% 0.42% -
HSV(B) 114.9º 0.83% 0.72% -
XYZ 18.43 34.92 7.06 -
YUV 124.7 75.12 70.44 -
System Red Green Blue C M Y K H S L
Decimal 44 184 31 0.76 0 0.83 0.28 114.9 0.71 0.42
Hex 2C B8 1F 4C 0 53 1C 73 47 2A
Octal 54 270 37 114 0 123 34 163 107 52
Binary 101100 10111000 11111 1001100 0 1010011 11100 1110011 1000111 101010

Color Harmonies of #2CB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB81F

Black with #2CB81F

Text Example


Text Example

White with #2CB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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