Html Css Color HEX #40F034 Lime Green

📋 copy color: '#40F034'

red 64 ◦ green 240 ◦ blue 52

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

Shades of Lime Green #40F034

Tints of Lime Green #40F034

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 17.98%
G = 67.42%
B = 14.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#40F034 (or 0x40F034) is known color: Lime Green. HEX triplet: 40, F0 and 34. RGB value is (64,240,52). Sum of RGB (Red+Green+Blue) = 64+240+52=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #40F034 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F034 is #BF0FCB. Grayscale: #A6A6A6. Windows color (decimal): -12521420 or 3469376. OLE color: 3469376.

HSL color Cylindrical-coordinate representation of color #40F034: hue angle of 116.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40F034 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 240 52 -
CMYK 0.73 0 0.78 0.06
HSL 116.17º 0.86% 0.57% -
HSV(B) 116.17º 0.78% 0.94% -
XYZ 33.89 63.66 13.75 -
YUV 165.94 63.69 55.29 -
System Red Green Blue C M Y K H S L
Decimal 64 240 52 0.73 0 0.78 0.06 116.17 0.86 0.57
Hex 40 F0 34 49 0 4E 6 74 56 39
Octal 100 360 64 111 0 116 6 164 126 71
Binary 1000000 11110000 110100 1001001 0 1001110 110 1110100 1010110 111001

Color Harmonies of #40F034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F034

Black with #40F034

Text Example


Text Example

White with #40F034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,240,52); }

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

background-color css

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

 a { background-color: rgb(64,240,52); }

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

border-color css

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

 span { border-color: rgb(64,240,52); }

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