Html Css Color HEX #27C13F Lime Green

📋 copy color: '#27C13F'

red 39 ◦ green 193 ◦ blue 63

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

Shades of Lime Green #27C13F

Tints of Lime Green #27C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.42%

 BLUE value IS 63 (25% from 255) = 21.36%

R = 13.22%
G = 65.42%
B = 21.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#27C13F (or 0x27C13F) is known color: Lime Green. HEX triplet: 27, C1 and 3F. RGB value is (39,193,63). Sum of RGB (Red+Green+Blue) = 39+193+63=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #27C13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C13F is #D83EC0. Grayscale: #848484. Windows color (decimal): -14171841 or 4178215. OLE color: 4178215.

HSL color Cylindrical-coordinate representation of color #27C13F: hue angle of 129.35º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C13F is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 193 63 -
CMYK 0.80 0 0.67 0.24
HSL 129.35º 0.66% 0.45% -
HSV(B) 129.35º 0.8% 0.76% -
XYZ 20.8 38.93 11.12 -
YUV 132.13 88.98 61.57 -
System Red Green Blue C M Y K H S L
Decimal 39 193 63 0.80 0 0.67 0.24 129.35 0.66 0.45
Hex 27 C1 3F 50 0 43 18 81 42 2D
Octal 47 301 77 120 0 103 30 201 102 55
Binary 100111 11000001 111111 1010000 0 1000011 11000 10000001 1000010 101101

Color Harmonies of #27C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C13F

Black with #27C13F

Text Example


Text Example

White with #27C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,193,63); }

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

background-color css

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

 a { background-color: rgb(39,193,63); }

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

border-color css

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

 span { border-color: rgb(39,193,63); }

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