Html Css Color HEX #27BC4B Lime Green

📋 copy color: '#27BC4B'

red 39 ◦ green 188 ◦ blue 75

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

Shades of Lime Green #27BC4B

Tints of Lime Green #27BC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 12.91%
G = 62.25%
B = 24.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#27BC4B (or 0x27BC4B) is known color: Lime Green. HEX triplet: 27, BC and 4B. RGB value is (39,188,75). Sum of RGB (Red+Green+Blue) = 39+188+75=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BC4B is #D843B4. Grayscale: #828282. Windows color (decimal): -14173109 or 4963367. OLE color: 4963367.

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

Color convert

RGB 39 188 75 -
CMYK 0.79 0 0.60 0.26
HSL 134.5º 0.66% 0.45% -
HSV(B) 134.5º 0.79% 0.74% -
XYZ 20.09 36.91 12.72 -
YUV 130.57 96.64 62.69 -
System Red Green Blue C M Y K H S L
Decimal 39 188 75 0.79 0 0.60 0.26 134.5 0.66 0.45
Hex 27 BC 4B 4F 0 3C 1A 86 42 2D
Octal 47 274 113 117 0 74 32 206 102 55
Binary 100111 10111100 1001011 1001111 0 111100 11010 10000110 1000010 101101

Color Harmonies of #27BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BC4B

Black with #27BC4B

Text Example


Text Example

White with #27BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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