Html Css Color HEX #27F140 Lime Green

📋 copy color: '#27F140'

red 39 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #27F140

Tints of Lime Green #27F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.06%

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

R = 11.34%
G = 70.06%
B = 18.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#27F140 (or 0x27F140) is known color: Lime Green. HEX triplet: 27, F1 and 40. RGB value is (39,241,64). Sum of RGB (Red+Green+Blue) = 39+241+64=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #27F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F140 is #D80EBF. Grayscale: #A0A0A0. Windows color (decimal): -14159552 or 4256039. OLE color: 4256039.

HSL color Cylindrical-coordinate representation of color #27F140: hue angle of 127.43º degrees, saturation: 0.88, 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 #27F140 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 241 64 -
CMYK 0.84 0 0.73 0.05
HSL 127.43º 0.88% 0.55% -
HSV(B) 127.43º 0.84% 0.95% -
XYZ 33.22 63.71 15.4 -
YUV 160.42 73.58 41.39 -
System Red Green Blue C M Y K H S L
Decimal 39 241 64 0.84 0 0.73 0.05 127.43 0.88 0.55
Hex 27 F1 40 54 0 49 5 7F 58 37
Octal 47 361 100 124 0 111 5 177 130 67
Binary 100111 11110001 1000000 1010100 0 1001001 101 1111111 1011000 110111

Color Harmonies of #27F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F140

Black with #27F140

Text Example


Text Example

White with #27F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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