Html Css Color HEX #27C50F Lime Green

📋 copy color: '#27C50F'

red 39 ◦ green 197 ◦ blue 15

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

Shades of Lime Green #27C50F

Tints of Lime Green #27C50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 78.49%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 15.54%
G = 78.49%
B = 5.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#27C50F (or 0x27C50F) is known color: Lime Green. HEX triplet: 27, C5 and 0F. RGB value is (39,197,15). Sum of RGB (Red+Green+Blue) = 39+197+15=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 197 (77.34% from 255 or 78.49% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 197 - color contains mainly: green. Hex color #27C50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27C50F is #D83AF0. Grayscale: #818181. Windows color (decimal): -14170865 or 1033511. OLE color: 1033511.

HSL color Cylindrical-coordinate representation of color #27C50F: hue angle of 112.09º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27C50F is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 39 197 15 -
CMYK 0.80 0 0.92 0.23
HSL 112.09º 0.86% 0.42% -
HSV(B) 112.09º 0.92% 0.77% -
XYZ 20.89 40.4 7.15 -
YUV 129.01 63.65 63.8 -
System Red Green Blue C M Y K H S L
Decimal 39 197 15 0.80 0 0.92 0.23 112.09 0.86 0.42
Hex 27 C5 F 50 0 5C 17 70 56 2A
Octal 47 305 17 120 0 134 27 160 126 52
Binary 100111 11000101 1111 1010000 0 1011100 10111 1110000 1010110 101010

Color Harmonies of #27C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C50F

Black with #27C50F

Text Example


Text Example

White with #27C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,197,15); }

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

background-color css

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

 a { background-color: rgb(39,197,15); }

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

border-color css

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

 span { border-color: rgb(39,197,15); }

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