Html Css Color HEX #40F534 Lime Green

📋 copy color: '#40F534'

red 64 ◦ green 245 ◦ blue 52

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

Shades of Lime Green #40F534

Tints of Lime Green #40F534

RGB

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

 GREEN value IS 245 (96.09% from 255) = 67.87%

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

R = 17.73%
G = 67.87%
B = 14.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#40F534 (or 0x40F534) is known color: Lime Green. HEX triplet: 40, F5 and 34. RGB value is (64,245,52). Sum of RGB (Red+Green+Blue) = 64+245+52=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 245 (96.09% from 255 or 67.87% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 245 - color contains mainly: green. Hex color #40F534 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F534 is #BF0ACB. Grayscale: #A9A9A9. Windows color (decimal): -12520140 or 3470656. OLE color: 3470656.

HSL color Cylindrical-coordinate representation of color #40F534: hue angle of 116.27º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40F534 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 245 52 -
CMYK 0.74 0 0.79 0.04
HSL 116.27º 0.91% 0.58% -
HSV(B) 116.27º 0.79% 0.96% -
XYZ 35.39 66.64 14.25 -
YUV 168.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 64 245 52 0.74 0 0.79 0.04 116.27 0.91 0.58
Hex 40 F5 34 4A 0 4F 4 74 5B 3A
Octal 100 365 64 112 0 117 4 164 133 72
Binary 1000000 11110101 110100 1001010 0 1001111 100 1110100 1011011 111010

Color Harmonies of #40F534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F534

Black with #40F534

Text Example


Text Example

White with #40F534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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