Html Css Color HEX #27CB0F Lime Green

📋 copy color: '#27CB0F'

red 39 ◦ green 203 ◦ blue 15

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

Shades of Lime Green #27CB0F

Tints of Lime Green #27CB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 78.99%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 15.18%
G = 78.99%
B = 5.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#27CB0F (or 0x27CB0F) is known color: Lime Green. HEX triplet: 27, CB and 0F. RGB value is (39,203,15). Sum of RGB (Red+Green+Blue) = 39+203+15=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CB0F is #D834F0. Grayscale: #858585. Windows color (decimal): -14169329 or 1035047. OLE color: 1035047.

HSL color Cylindrical-coordinate representation of color #27CB0F: hue angle of 112.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27CB0F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 203 15 -
CMYK 0.81 0 0.93 0.20
HSL 112.34º 0.86% 0.43% -
HSV(B) 112.34º 0.93% 0.8% -
XYZ 22.28 43.18 7.61 -
YUV 132.53 61.67 61.29 -
System Red Green Blue C M Y K H S L
Decimal 39 203 15 0.81 0 0.93 0.20 112.34 0.86 0.43
Hex 27 CB F 51 0 5D 14 70 56 2B
Octal 47 313 17 121 0 135 24 160 126 53
Binary 100111 11001011 1111 1010001 0 1011101 10100 1110000 1010110 101011

Color Harmonies of #27CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CB0F

Black with #27CB0F

Text Example


Text Example

White with #27CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,203,15); }

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

background-color css

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

 a { background-color: rgb(39,203,15); }

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

border-color css

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

 span { border-color: rgb(39,203,15); }

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