Html Css Color HEX #40EF27 Lime Green

📋 copy color: '#40EF27'

red 64 ◦ green 239 ◦ blue 39

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

Shades of Lime Green #40EF27

Tints of Lime Green #40EF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 18.71%
G = 69.88%
B = 11.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#40EF27 (or 0x40EF27) is known color: Lime Green. HEX triplet: 40, EF and 27. RGB value is (64,239,39). Sum of RGB (Red+Green+Blue) = 64+239+39=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF27 is #BF10D8. Grayscale: #A4A4A4. Windows color (decimal): -12521689 or 2617152. OLE color: 2617152.

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

Color convert

RGB 64 239 39 -
CMYK 0.73 0 0.84 0.06
HSL 112.5º 0.86% 0.55% -
HSV(B) 112.5º 0.84% 0.94% -
XYZ 33.35 62.97 12.32 -
YUV 163.88 57.52 56.76 -
System Red Green Blue C M Y K H S L
Decimal 64 239 39 0.73 0 0.84 0.06 112.5 0.86 0.55
Hex 40 EF 27 49 0 54 6 70 56 37
Octal 100 357 47 111 0 124 6 160 126 67
Binary 1000000 11101111 100111 1001001 0 1010100 110 1110000 1010110 110111

Color Harmonies of #40EF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF27

Black with #40EF27

Text Example


Text Example

White with #40EF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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