Html Css Color HEX #27C04C Lime Green

📋 copy color: '#27C04C'

red 39 ◦ green 192 ◦ blue 76

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

Shades of Lime Green #27C04C

Tints of Lime Green #27C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.54%

 BLUE value IS 76 (30.08% from 255) = 24.76%

R = 12.7%
G = 62.54%
B = 24.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#27C04C (or 0x27C04C) is known color: Lime Green. HEX triplet: 27, C0 and 4C. RGB value is (39,192,76). Sum of RGB (Red+Green+Blue) = 39+192+76=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #27C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C04C is #D83FB3. Grayscale: #858585. Windows color (decimal): -14172084 or 5029927. OLE color: 5029927.

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

Color convert

RGB 39 192 76 -
CMYK 0.80 0 0.60 0.25
HSL 134.51º 0.66% 0.45% -
HSV(B) 134.51º 0.8% 0.75% -
XYZ 20.99 38.65 13.19 -
YUV 133.03 95.81 60.93 -
System Red Green Blue C M Y K H S L
Decimal 39 192 76 0.80 0 0.60 0.25 134.51 0.66 0.45
Hex 27 C0 4C 50 0 3C 19 87 42 2D
Octal 47 300 114 120 0 74 31 207 102 55
Binary 100111 11000000 1001100 1010000 0 111100 11001 10000111 1000010 101101

Color Harmonies of #27C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C04C

Black with #27C04C

Text Example


Text Example

White with #27C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,192,76); }

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

background-color css

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

 a { background-color: rgb(39,192,76); }

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

border-color css

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

 span { border-color: rgb(39,192,76); }

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