Html Css Color HEX #27BF0F Lime Green

📋 copy color: '#27BF0F'

red 39 ◦ green 191 ◦ blue 15

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

Shades of Lime Green #27BF0F

Tints of Lime Green #27BF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 77.96%

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

R = 15.92%
G = 77.96%
B = 6.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#27BF0F (or 0x27BF0F) is known color: Lime Green. HEX triplet: 27, BF and 0F. RGB value is (39,191,15). Sum of RGB (Red+Green+Blue) = 39+191+15=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BF0F is #D840F0. Grayscale: #7E7E7E. Windows color (decimal): -14172401 or 1031975. OLE color: 1031975.

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

Color convert

RGB 39 191 15 -
CMYK 0.80 0 0.92 0.25
HSL 111.82º 0.85% 0.4% -
HSV(B) 111.82º 0.92% 0.75% -
XYZ 19.55 37.73 6.7 -
YUV 125.49 65.64 66.31 -
System Red Green Blue C M Y K H S L
Decimal 39 191 15 0.80 0 0.92 0.25 111.82 0.85 0.4
Hex 27 BF F 50 0 5C 19 70 55 28
Octal 47 277 17 120 0 134 31 160 125 50
Binary 100111 10111111 1111 1010000 0 1011100 11001 1110000 1010101 101000

Color Harmonies of #27BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF0F

Black with #27BF0F

Text Example


Text Example

White with #27BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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