Html Css Color HEX #2CB842 Lime Green

📋 copy color: '#2CB842'

red 44 ◦ green 184 ◦ blue 66

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

Shades of Lime Green #2CB842

Tints of Lime Green #2CB842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 14.97%
G = 62.59%
B = 22.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#2CB842 (or 0x2CB842) is known color: Lime Green. HEX triplet: 2C, B8 and 42. RGB value is (44,184,66). Sum of RGB (Red+Green+Blue) = 44+184+66=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB842 is #D347BD. Grayscale: #818181. Windows color (decimal): -13846462 or 4372524. OLE color: 4372524.

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

Color convert

RGB 44 184 66 -
CMYK 0.76 0 0.64 0.28
HSL 129.43º 0.61% 0.45% -
HSV(B) 129.43º 0.76% 0.72% -
XYZ 19.16 35.21 10.94 -
YUV 128.69 92.62 67.59 -
System Red Green Blue C M Y K H S L
Decimal 44 184 66 0.76 0 0.64 0.28 129.43 0.61 0.45
Hex 2C B8 42 4C 0 40 1C 81 3D 2D
Octal 54 270 102 114 0 100 34 201 75 55
Binary 101100 10111000 1000010 1001100 0 1000000 11100 10000001 111101 101101

Color Harmonies of #2CB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB842

Black with #2CB842

Text Example


Text Example

White with #2CB842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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