Html Css Color HEX #2CAB2F Lime Green

📋 copy color: '#2CAB2F'

red 44 ◦ green 171 ◦ blue 47

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

Shades of Lime Green #2CAB2F

Tints of Lime Green #2CAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.27%

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 16.79%
G = 65.27%
B = 17.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#2CAB2F (or 0x2CAB2F) is known color: Lime Green. HEX triplet: 2C, AB and 2F. RGB value is (44,171,47). Sum of RGB (Red+Green+Blue) = 44+171+47=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAB2F is #D354D0. Grayscale: #777777. Windows color (decimal): -13849809 or 3124012. OLE color: 3124012.

HSL color Cylindrical-coordinate representation of color #2CAB2F: hue angle of 121.42º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAB2F is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 171 47 -
CMYK 0.74 0 0.73 0.33
HSL 121.42º 0.59% 0.42% -
HSV(B) 121.42º 0.74% 0.67% -
XYZ 16.11 29.87 7.6 -
YUV 118.89 87.42 74.58 -
System Red Green Blue C M Y K H S L
Decimal 44 171 47 0.74 0 0.73 0.33 121.42 0.59 0.42
Hex 2C AB 2F 4A 0 49 21 79 3B 2A
Octal 54 253 57 112 0 111 41 171 73 52
Binary 101100 10101011 101111 1001010 0 1001001 100001 1111001 111011 101010

Color Harmonies of #2CAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAB2F

Black with #2CAB2F

Text Example


Text Example

White with #2CAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,171,47); }

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

background-color css

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

 a { background-color: rgb(44,171,47); }

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

border-color css

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

 span { border-color: rgb(44,171,47); }

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