Html Css Color HEX #2CAF31 Lime Green

📋 copy color: '#2CAF31'

red 44 ◦ green 175 ◦ blue 49

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

Shades of Lime Green #2CAF31

Tints of Lime Green #2CAF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 65.3%

 BLUE value IS 49 (19.53% from 255) = 18.28%

R = 16.42%
G = 65.3%
B = 18.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#2CAF31 (or 0x2CAF31) is known color: Lime Green. HEX triplet: 2C, AF and 31. RGB value is (44,175,49). Sum of RGB (Red+Green+Blue) = 44+175+49=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 175 (68.75% from 255 or 65.30% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAF31 is #D350CE. Grayscale: #797979. Windows color (decimal): -13848783 or 3256108. OLE color: 3256108.

HSL color Cylindrical-coordinate representation of color #2CAF31: hue angle of 122.29º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF31 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 175 49 -
CMYK 0.75 0 0.72 0.31
HSL 122.29º 0.6% 0.43% -
HSV(B) 122.29º 0.75% 0.69% -
XYZ 16.92 31.42 8.08 -
YUV 121.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 44 175 49 0.75 0 0.72 0.31 122.29 0.6 0.43
Hex 2C AF 31 4B 0 48 1F 7A 3C 2B
Octal 54 257 61 113 0 110 37 172 74 53
Binary 101100 10101111 110001 1001011 0 1001000 11111 1111010 111100 101011

Color Harmonies of #2CAF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAF31

Black with #2CAF31

Text Example


Text Example

White with #2CAF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,175,49); }

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

background-color css

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

 a { background-color: rgb(44,175,49); }

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

border-color css

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

 span { border-color: rgb(44,175,49); }

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