Html Css Color HEX #40AF33 Lime Green

📋 copy color: '#40AF33'

red 64 ◦ green 175 ◦ blue 51

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

Shades of Lime Green #40AF33

Tints of Lime Green #40AF33

RGB

 RED value IS 64 (25.39% from 255) = 22.07%

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

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 22.07%
G = 60.34%
B = 17.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#40AF33 (or 0x40AF33) is known color: Lime Green. HEX triplet: 40, AF and 33. RGB value is (64,175,51). Sum of RGB (Red+Green+Blue) = 64+175+51=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF33 is #BF50CC. Grayscale: #808080. Windows color (decimal): -12538061 or 3387200. OLE color: 3387200.

HSL color Cylindrical-coordinate representation of color #40AF33: hue angle of 113.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40AF33 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 51 -
CMYK 0.63 0 0.71 0.31
HSL 113.71º 0.55% 0.44% -
HSV(B) 113.71º 0.71% 0.69% -
XYZ 18.04 31.99 8.36 -
YUV 127.68 84.73 82.58 -
System Red Green Blue C M Y K H S L
Decimal 64 175 51 0.63 0 0.71 0.31 113.71 0.55 0.44
Hex 40 AF 33 3F 0 47 1F 72 37 2C
Octal 100 257 63 77 0 107 37 162 67 54
Binary 1000000 10101111 110011 111111 0 1000111 11111 1110010 110111 101100

Color Harmonies of #40AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF33

Black with #40AF33

Text Example


Text Example

White with #40AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40AF33; }

 p { color: rgb(64,175,51); }

 H1.HeaderClassName
 {
   color: #40AF33;
 }
 .AnyTagClassName
 {
   color: #40AF33;
 }
</style>

background-color css

<style>
 a { background-color: #40AF33; }

 a { background-color: rgb(64,175,51); }

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

border-color css

<style>
 span { border-color: #40AF33; }

 span { border-color: rgb(64,175,51); }

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