Html Css Color HEX #27C01F Lime Green

📋 copy color: '#27C01F'

red 39 ◦ green 192 ◦ blue 31

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

Shades of Lime Green #27C01F

Tints of Lime Green #27C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.28%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 14.89%
G = 73.28%
B = 11.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#27C01F (or 0x27C01F) is known color: Lime Green. HEX triplet: 27, C0 and 1F. RGB value is (39,192,31). Sum of RGB (Red+Green+Blue) = 39+192+31=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #27C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C01F is #D83FE0. Grayscale: #808080. Windows color (decimal): -14172129 or 2080807. OLE color: 2080807.

HSL color Cylindrical-coordinate representation of color #27C01F: hue angle of 117.02º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27C01F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 192 31 -
CMYK 0.80 0 0.84 0.25
HSL 117.02º 0.72% 0.44% -
HSV(B) 117.02º 0.84% 0.75% -
XYZ 19.93 38.23 7.62 -
YUV 127.9 73.31 64.59 -
System Red Green Blue C M Y K H S L
Decimal 39 192 31 0.80 0 0.84 0.25 117.02 0.72 0.44
Hex 27 C0 1F 50 0 54 19 75 48 2C
Octal 47 300 37 120 0 124 31 165 110 54
Binary 100111 11000000 11111 1010000 0 1010100 11001 1110101 1001000 101100

Color Harmonies of #27C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C01F

Black with #27C01F

Text Example


Text Example

White with #27C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,192,31); }

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

background-color css

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

 a { background-color: rgb(39,192,31); }

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

border-color css

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

 span { border-color: rgb(39,192,31); }

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