Html Css Color HEX #27F240 Lime Green

📋 copy color: '#27F240'

red 39 ◦ green 242 ◦ blue 64

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

Shades of Lime Green #27F240

Tints of Lime Green #27F240

RGB

 RED value IS 39 (15.63% from 255) = 11.3%

 GREEN value IS 242 (94.92% from 255) = 70.14%

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 11.3%
G = 70.14%
B = 18.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#27F240 (or 0x27F240) is known color: Lime Green. HEX triplet: 27, F2 and 40. RGB value is (39,242,64). Sum of RGB (Red+Green+Blue) = 39+242+64=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #27F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F240 is #D80DBF. Grayscale: #A1A1A1. Windows color (decimal): -14159296 or 4256295. OLE color: 4256295.

HSL color Cylindrical-coordinate representation of color #27F240: hue angle of 127.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F240 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 242 64 -
CMYK 0.84 0 0.74 0.05
HSL 127.39º 0.89% 0.55% -
HSV(B) 127.39º 0.84% 0.95% -
XYZ 33.51 64.31 15.5 -
YUV 161.01 73.25 40.97 -
System Red Green Blue C M Y K H S L
Decimal 39 242 64 0.84 0 0.74 0.05 127.39 0.89 0.55
Hex 27 F2 40 54 0 4A 5 7F 59 37
Octal 47 362 100 124 0 112 5 177 131 67
Binary 100111 11110010 1000000 1010100 0 1001010 101 1111111 1011001 110111

Color Harmonies of #27F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F240

Black with #27F240

Text Example


Text Example

White with #27F240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27F240; }

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

 H1.HeaderClassName
 {
   color: #27F240;
 }
 .AnyTagClassName
 {
   color: #27F240;
 }
</style>

background-color css

<style>
 a { background-color: #27F240; }

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

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

border-color css

<style>
 span { border-color: #27F240; }

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

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