Html Css Color HEX #27C64B Lime Green

📋 copy color: '#27C64B'

red 39 ◦ green 198 ◦ blue 75

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

Shades of Lime Green #27C64B

Tints of Lime Green #27C64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.46%

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

R = 12.5%
G = 63.46%
B = 24.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#27C64B (or 0x27C64B) is known color: Lime Green. HEX triplet: 27, C6 and 4B. RGB value is (39,198,75). Sum of RGB (Red+Green+Blue) = 39+198+75=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #27C64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C64B is #D839B4. Grayscale: #888888. Windows color (decimal): -14170549 or 4965927. OLE color: 4965927.

HSL color Cylindrical-coordinate representation of color #27C64B: hue angle of 133.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C64B is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 198 75 -
CMYK 0.80 0 0.62 0.22
HSL 133.58º 0.67% 0.46% -
HSV(B) 133.58º 0.8% 0.78% -
XYZ 22.3 41.33 13.46 -
YUV 136.44 93.32 58.5 -
System Red Green Blue C M Y K H S L
Decimal 39 198 75 0.80 0 0.62 0.22 133.58 0.67 0.46
Hex 27 C6 4B 50 0 3E 16 86 43 2E
Octal 47 306 113 120 0 76 26 206 103 56
Binary 100111 11000110 1001011 1010000 0 111110 10110 10000110 1000011 101110

Color Harmonies of #27C64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C64B

Black with #27C64B

Text Example


Text Example

White with #27C64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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