Html Css Color HEX #2CB51D Lime Green

📋 copy color: '#2CB51D'

red 44 ◦ green 181 ◦ blue 29

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

Shades of Lime Green #2CB51D

Tints of Lime Green #2CB51D

RGB

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

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

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

R = 17.32%
G = 71.26%
B = 11.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#2CB51D (or 0x2CB51D) is known color: Lime Green. HEX triplet: 2C, B5 and 1D. RGB value is (44,181,29). Sum of RGB (Red+Green+Blue) = 44+181+29=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB51D is #D34AE2. Grayscale: #7B7B7B. Windows color (decimal): -13847267 or 1946924. OLE color: 1946924.

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

Color convert

RGB 44 181 29 -
CMYK 0.76 0 0.84 0.29
HSL 114.08º 0.72% 0.41% -
HSV(B) 114.08º 0.84% 0.71% -
XYZ 17.78 33.67 6.72 -
YUV 122.71 75.11 71.86 -
System Red Green Blue C M Y K H S L
Decimal 44 181 29 0.76 0 0.84 0.29 114.08 0.72 0.41
Hex 2C B5 1D 4C 0 54 1D 72 48 29
Octal 54 265 35 114 0 124 35 162 110 51
Binary 101100 10110101 11101 1001100 0 1010100 11101 1110010 1001000 101001

Color Harmonies of #2CB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB51D

Black with #2CB51D

Text Example


Text Example

White with #2CB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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