Html Css Color HEX #27BF1C Lime Green

📋 copy color: '#27BF1C'

red 39 ◦ green 191 ◦ blue 28

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

Shades of Lime Green #27BF1C

Tints of Lime Green #27BF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 15.12%
G = 74.03%
B = 10.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#27BF1C (or 0x27BF1C) is known color: Lime Green. HEX triplet: 27, BF and 1C. RGB value is (39,191,28). Sum of RGB (Red+Green+Blue) = 39+191+28=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF1C is #D840E3. Grayscale: #7F7F7F. Windows color (decimal): -14172388 or 1883943. OLE color: 1883943.

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

Color convert

RGB 39 191 28 -
CMYK 0.80 0 0.85 0.25
HSL 115.95º 0.74% 0.43% -
HSV(B) 115.95º 0.85% 0.75% -
XYZ 19.68 37.78 7.35 -
YUV 126.97 72.14 65.25 -
System Red Green Blue C M Y K H S L
Decimal 39 191 28 0.80 0 0.85 0.25 115.95 0.74 0.43
Hex 27 BF 1C 50 0 55 19 74 4A 2B
Octal 47 277 34 120 0 125 31 164 112 53
Binary 100111 10111111 11100 1010000 0 1010101 11001 1110100 1001010 101011

Color Harmonies of #27BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF1C

Black with #27BF1C

Text Example


Text Example

White with #27BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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