Html Css Color HEX #27BF12 Lime Green

📋 copy color: '#27BF12'

red 39 ◦ green 191 ◦ blue 18

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

Shades of Lime Green #27BF12

Tints of Lime Green #27BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 15.73%
G = 77.02%
B = 7.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#27BF12 (or 0x27BF12) is known color: Lime Green. HEX triplet: 27, BF and 12. RGB value is (39,191,18). Sum of RGB (Red+Green+Blue) = 39+191+18=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BF12 is #D840ED. Grayscale: #7E7E7E. Windows color (decimal): -14172398 or 1228583. OLE color: 1228583.

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

Color convert

RGB 39 191 18 -
CMYK 0.80 0 0.91 0.25
HSL 112.72º 0.83% 0.41% -
HSV(B) 112.72º 0.91% 0.75% -
XYZ 19.58 37.74 6.82 -
YUV 125.83 67.14 66.07 -
System Red Green Blue C M Y K H S L
Decimal 39 191 18 0.80 0 0.91 0.25 112.72 0.83 0.41
Hex 27 BF 12 50 0 5B 19 71 53 29
Octal 47 277 22 120 0 133 31 161 123 51
Binary 100111 10111111 10010 1010000 0 1011011 11001 1110001 1010011 101001

Color Harmonies of #27BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF12

Black with #27BF12

Text Example


Text Example

White with #27BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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