Html Css Color HEX #27CB1B Lime Green

📋 copy color: '#27CB1B'

red 39 ◦ green 203 ◦ blue 27

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

Shades of Lime Green #27CB1B

Tints of Lime Green #27CB1B

RGB

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

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

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

R = 14.5%
G = 75.46%
B = 10.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#27CB1B (or 0x27CB1B) is known color: Lime Green. HEX triplet: 27, CB and 1B. RGB value is (39,203,27). Sum of RGB (Red+Green+Blue) = 39+203+27=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 203 (79.69% from 255 or 75.46% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CB1B is #D834E4. Grayscale: #868686. Windows color (decimal): -14169317 or 1821479. OLE color: 1821479.

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

Color convert

RGB 39 203 27 -
CMYK 0.81 0 0.87 0.20
HSL 115.91º 0.77% 0.45% -
HSV(B) 115.91º 0.87% 0.8% -
XYZ 22.39 43.22 8.2 -
YUV 133.9 67.67 60.31 -
System Red Green Blue C M Y K H S L
Decimal 39 203 27 0.81 0 0.87 0.20 115.91 0.77 0.45
Hex 27 CB 1B 51 0 57 14 74 4D 2D
Octal 47 313 33 121 0 127 24 164 115 55
Binary 100111 11001011 11011 1010001 0 1010111 10100 1110100 1001101 101101

Color Harmonies of #27CB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CB1B

Black with #27CB1B

Text Example


Text Example

White with #27CB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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