Html Css Color HEX #2CB51F Lime Green

📋 copy color: '#2CB51F'

red 44 ◦ green 181 ◦ blue 31

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

Shades of Lime Green #2CB51F

Tints of Lime Green #2CB51F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 70.7%

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

R = 17.19%
G = 70.7%
B = 12.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#2CB51F (or 0x2CB51F) is known color: Lime Green. HEX triplet: 2C, B5 and 1F. RGB value is (44,181,31). Sum of RGB (Red+Green+Blue) = 44+181+31=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB51F is #D34AE0. Grayscale: #7B7B7B. Windows color (decimal): -13847265 or 2077996. OLE color: 2077996.

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

Color convert

RGB 44 181 31 -
CMYK 0.76 0 0.83 0.29
HSL 114.8º 0.71% 0.42% -
HSV(B) 114.8º 0.83% 0.71% -
XYZ 17.81 33.68 6.86 -
YUV 122.94 76.11 71.7 -
System Red Green Blue C M Y K H S L
Decimal 44 181 31 0.76 0 0.83 0.29 114.8 0.71 0.42
Hex 2C B5 1F 4C 0 53 1D 73 47 2A
Octal 54 265 37 114 0 123 35 163 107 52
Binary 101100 10110101 11111 1001100 0 1010011 11101 1110011 1000111 101010

Color Harmonies of #2CB51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB51F

Black with #2CB51F

Text Example


Text Example

White with #2CB51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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