Html Css Color HEX #27BC2B Lime Green

📋 copy color: '#27BC2B'

red 39 ◦ green 188 ◦ blue 43

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

Shades of Lime Green #27BC2B

Tints of Lime Green #27BC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.63%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 14.44%
G = 69.63%
B = 15.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#27BC2B (or 0x27BC2B) is known color: Lime Green. HEX triplet: 27, BC and 2B. RGB value is (39,188,43). Sum of RGB (Red+Green+Blue) = 39+188+43=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC2B is #D843D4. Grayscale: #7F7F7F. Windows color (decimal): -14173141 or 2866215. OLE color: 2866215.

HSL color Cylindrical-coordinate representation of color #27BC2B: hue angle of 121.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BC2B is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 43 -
CMYK 0.79 0 0.77 0.26
HSL 121.61º 0.66% 0.45% -
HSV(B) 121.61º 0.79% 0.74% -
XYZ 19.26 36.57 8.33 -
YUV 126.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 39 188 43 0.79 0 0.77 0.26 121.61 0.66 0.45
Hex 27 BC 2B 4F 0 4D 1A 7A 42 2D
Octal 47 274 53 117 0 115 32 172 102 55
Binary 100111 10111100 101011 1001111 0 1001101 11010 1111010 1000010 101101

Color Harmonies of #27BC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BC2B

Black with #27BC2B

Text Example


Text Example

White with #27BC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,188,43); }

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

background-color css

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

 a { background-color: rgb(39,188,43); }

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

border-color css

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

 span { border-color: rgb(39,188,43); }

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