Html Css Color HEX #27BF1A Lime Green

📋 copy color: '#27BF1A'

red 39 ◦ green 191 ◦ blue 26

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

Shades of Lime Green #27BF1A

Tints of Lime Green #27BF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 15.23%
G = 74.61%
B = 10.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#27BF1A (or 0x27BF1A) is known color: Lime Green. HEX triplet: 27, BF and 1A. RGB value is (39,191,26). Sum of RGB (Red+Green+Blue) = 39+191+26=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF1A is #D840E5. Grayscale: #7F7F7F. Windows color (decimal): -14172390 or 1752871. OLE color: 1752871.

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

Color convert

RGB 39 191 26 -
CMYK 0.80 0 0.86 0.25
HSL 115.27º 0.76% 0.43% -
HSV(B) 115.27º 0.86% 0.75% -
XYZ 19.65 37.77 7.23 -
YUV 126.74 71.14 65.42 -
System Red Green Blue C M Y K H S L
Decimal 39 191 26 0.80 0 0.86 0.25 115.27 0.76 0.43
Hex 27 BF 1A 50 0 56 19 73 4C 2B
Octal 47 277 32 120 0 126 31 163 114 53
Binary 100111 10111111 11010 1010000 0 1010110 11001 1110011 1001100 101011

Color Harmonies of #27BF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF1A

Black with #27BF1A

Text Example


Text Example

White with #27BF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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