Html Css Color HEX #27D01B Lime Green

📋 copy color: '#27D01B'

red 39 ◦ green 208 ◦ blue 27

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

Shades of Lime Green #27D01B

Tints of Lime Green #27D01B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.91%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 14.23%
G = 75.91%
B = 9.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#27D01B (or 0x27D01B) is known color: Lime Green. HEX triplet: 27, D0 and 1B. RGB value is (39,208,27). Sum of RGB (Red+Green+Blue) = 39+208+27=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #27D01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D01B is #D82FE4. Grayscale: #898989. Windows color (decimal): -14168037 or 1822759. OLE color: 1822759.

HSL color Cylindrical-coordinate representation of color #27D01B: hue angle of 116.02º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27D01B is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 208 27 -
CMYK 0.81 0 0.87 0.18
HSL 116.02º 0.77% 0.46% -
HSV(B) 116.02º 0.87% 0.82% -
XYZ 23.59 45.62 8.6 -
YUV 136.84 66.01 58.22 -
System Red Green Blue C M Y K H S L
Decimal 39 208 27 0.81 0 0.87 0.18 116.02 0.77 0.46
Hex 27 D0 1B 51 0 57 12 74 4D 2E
Octal 47 320 33 121 0 127 22 164 115 56
Binary 100111 11010000 11011 1010001 0 1010111 10010 1110100 1001101 101110

Color Harmonies of #27D01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D01B

Black with #27D01B

Text Example


Text Example

White with #27D01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,208,27); }

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

background-color css

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

 a { background-color: rgb(39,208,27); }

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

border-color css

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

 span { border-color: rgb(39,208,27); }

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