Html Css Color HEX #27C340 Lime Green

📋 copy color: '#27C340'

red 39 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #27C340

Tints of Lime Green #27C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.44%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 13.09%
G = 65.44%
B = 21.48%

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

#27C340 (or 0x27C340) is known color: Lime Green. HEX triplet: 27, C3 and 40. RGB value is (39,195,64). Sum of RGB (Red+Green+Blue) = 39+195+64=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #27C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C340 is #D83CBF. Grayscale: #858585. Windows color (decimal): -14171328 or 4244263. OLE color: 4244263.

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

Color convert

RGB 39 195 64 -
CMYK 0.80 0 0.67 0.24
HSL 129.62º 0.67% 0.46% -
HSV(B) 129.62º 0.8% 0.76% -
XYZ 21.28 39.83 11.42 -
YUV 133.42 88.82 60.65 -
System Red Green Blue C M Y K H S L
Decimal 39 195 64 0.80 0 0.67 0.24 129.62 0.67 0.46
Hex 27 C3 40 50 0 43 18 82 43 2E
Octal 47 303 100 120 0 103 30 202 103 56
Binary 100111 11000011 1000000 1010000 0 1000011 11000 10000010 1000011 101110

Color Harmonies of #27C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C340

Black with #27C340

Text Example


Text Example

White with #27C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,195,64); }

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

background-color css

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

 a { background-color: rgb(39,195,64); }

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

border-color css

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

 span { border-color: rgb(39,195,64); }

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