Html Css Color HEX #27BF16 Lime Green

📋 copy color: '#27BF16'

red 39 ◦ green 191 ◦ blue 22

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

Shades of Lime Green #27BF16

Tints of Lime Green #27BF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 15.48%
G = 75.79%
B = 8.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#27BF16 (or 0x27BF16) is known color: Lime Green. HEX triplet: 27, BF and 16. RGB value is (39,191,22). Sum of RGB (Red+Green+Blue) = 39+191+22=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BF16 is #D840E9. Grayscale: #7E7E7E. Windows color (decimal): -14172394 or 1490727. OLE color: 1490727.

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

Color convert

RGB 39 191 22 -
CMYK 0.80 0 0.88 0.25
HSL 113.96º 0.79% 0.42% -
HSV(B) 113.96º 0.88% 0.75% -
XYZ 19.61 37.75 7.01 -
YUV 126.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 39 191 22 0.80 0 0.88 0.25 113.96 0.79 0.42
Hex 27 BF 16 50 0 58 19 72 4F 2A
Octal 47 277 26 120 0 130 31 162 117 52
Binary 100111 10111111 10110 1010000 0 1011000 11001 1110010 1001111 101010

Color Harmonies of #27BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF16

Black with #27BF16

Text Example


Text Example

White with #27BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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