Html Css Color HEX #27BC3A Lime Green

📋 copy color: '#27BC3A'

red 39 ◦ green 188 ◦ blue 58

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

Shades of Lime Green #27BC3A

Tints of Lime Green #27BC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 13.68%
G = 65.96%
B = 20.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#27BC3A (or 0x27BC3A) is known color: Lime Green. HEX triplet: 27, BC and 3A. RGB value is (39,188,58). Sum of RGB (Red+Green+Blue) = 39+188+58=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC3A is #D843C5. Grayscale: #818181. Windows color (decimal): -14173126 or 3849255. OLE color: 3849255.

HSL color Cylindrical-coordinate representation of color #27BC3A: hue angle of 127.65º 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 #27BC3A is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 58 -
CMYK 0.79 0 0.69 0.26
HSL 127.65º 0.66% 0.45% -
HSV(B) 127.65º 0.79% 0.74% -
XYZ 19.58 36.7 10.06 -
YUV 128.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 39 188 58 0.79 0 0.69 0.26 127.65 0.66 0.45
Hex 27 BC 3A 4F 0 45 1A 80 42 2D
Octal 47 274 72 117 0 105 32 200 102 55
Binary 100111 10111100 111010 1001111 0 1000101 11010 10000000 1000010 101101

Color Harmonies of #27BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BC3A

Black with #27BC3A

Text Example


Text Example

White with #27BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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