Html Css Color HEX #40EF4C Lime Green

📋 copy color: '#40EF4C'

red 64 ◦ green 239 ◦ blue 76

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

Shades of Lime Green #40EF4C

Tints of Lime Green #40EF4C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.06%

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 16.89%
G = 63.06%
B = 20.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#40EF4C (or 0x40EF4C) is known color: Lime Green. HEX triplet: 40, EF and 4C. RGB value is (64,239,76). Sum of RGB (Red+Green+Blue) = 64+239+76=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF4C is #BF10B3. Grayscale: #A8A8A8. Windows color (decimal): -12521652 or 5041984. OLE color: 5041984.

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

Color convert

RGB 64 239 76 -
CMYK 0.73 0 0.68 0.06
HSL 124.11º 0.85% 0.59% -
HSV(B) 124.11º 0.73% 0.94% -
XYZ 34.29 63.34 17.26 -
YUV 168.09 76.02 53.75 -
System Red Green Blue C M Y K H S L
Decimal 64 239 76 0.73 0 0.68 0.06 124.11 0.85 0.59
Hex 40 EF 4C 49 0 44 6 7C 55 3B
Octal 100 357 114 111 0 104 6 174 125 73
Binary 1000000 11101111 1001100 1001001 0 1000100 110 1111100 1010101 111011

Color Harmonies of #40EF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF4C

Black with #40EF4C

Text Example


Text Example

White with #40EF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,239,76); }

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

background-color css

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

 a { background-color: rgb(64,239,76); }

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

border-color css

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

 span { border-color: rgb(64,239,76); }

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