Html Css Color HEX #27F940 Lime Green

📋 copy color: '#27F940'

red 39 ◦ green 249 ◦ blue 64

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

Shades of Lime Green #27F940

Tints of Lime Green #27F940

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.74%

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

R = 11.08%
G = 70.74%
B = 18.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#27F940 (or 0x27F940) is known color: Lime Green. HEX triplet: 27, F9 and 40. RGB value is (39,249,64). Sum of RGB (Red+Green+Blue) = 39+249+64=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #27F940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F940 is #D806BF. Grayscale: #A5A5A5. Windows color (decimal): -14157504 or 4258087. OLE color: 4258087.

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

Color convert

RGB 39 249 64 -
CMYK 0.84 0 0.74 0.02
HSL 127.14º 0.95% 0.56% -
HSV(B) 127.14º 0.84% 0.98% -
XYZ 35.64 68.55 16.2 -
YUV 165.12 70.93 38.04 -
System Red Green Blue C M Y K H S L
Decimal 39 249 64 0.84 0 0.74 0.02 127.14 0.95 0.56
Hex 27 F9 40 54 0 4A 2 7F 5F 38
Octal 47 371 100 124 0 112 2 177 137 70
Binary 100111 11111001 1000000 1010100 0 1001010 10 1111111 1011111 111000

Color Harmonies of #27F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F940

Black with #27F940

Text Example


Text Example

White with #27F940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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