Html Css Color HEX #27C03C Lime Green

📋 copy color: '#27C03C'

red 39 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #27C03C

Tints of Lime Green #27C03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 13.4%
G = 65.98%
B = 20.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#27C03C (or 0x27C03C) is known color: Lime Green. HEX triplet: 27, C0 and 3C. RGB value is (39,192,60). Sum of RGB (Red+Green+Blue) = 39+192+60=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #27C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C03C is #D83FC3. Grayscale: #838383. Windows color (decimal): -14172100 or 3981351. OLE color: 3981351.

HSL color Cylindrical-coordinate representation of color #27C03C: hue angle of 128.24º 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 #27C03C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 192 60 -
CMYK 0.80 0 0.69 0.25
HSL 128.24º 0.66% 0.45% -
HSV(B) 128.24º 0.8% 0.75% -
XYZ 20.5 38.46 10.62 -
YUV 131.21 87.81 62.23 -
System Red Green Blue C M Y K H S L
Decimal 39 192 60 0.80 0 0.69 0.25 128.24 0.66 0.45
Hex 27 C0 3C 50 0 45 19 80 42 2D
Octal 47 300 74 120 0 105 31 200 102 55
Binary 100111 11000000 111100 1010000 0 1000101 11001 10000000 1000010 101101

Color Harmonies of #27C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C03C

Black with #27C03C

Text Example


Text Example

White with #27C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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