Html Css Color HEX #78C127 Lima

📋 copy color: '#78C127'

red 120 ◦ green 193 ◦ blue 39

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

Shades of Lima #78C127

Tints of Lima #78C127

RGB

 RED value IS 120 (47.27% from 255) = 34.09%

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

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 34.09%
G = 54.83%
B = 11.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#78C127 (or 0x78C127) is known color: Lima. HEX triplet: 78, C1 and 27. RGB value is (120,193,39). Sum of RGB (Red+Green+Blue) = 120+193+39=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #78C127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C127 is #873ED8. Grayscale: #9A9A9A. Windows color (decimal): -8863449 or 2605432. OLE color: 2605432.

HSL color Cylindrical-coordinate representation of color #78C127: hue angle of 88.44º 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 #78C127 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 193 39 -
CMYK 0.38 0 0.80 0.24
HSL 88.44º 0.66% 0.45% -
HSV(B) 88.44º 0.8% 0.76% -
XYZ 27.18 42.28 8.65 -
YUV 153.62 63.32 104.02 -
System Red Green Blue C M Y K H S L
Decimal 120 193 39 0.38 0 0.80 0.24 88.44 0.66 0.45
Hex 78 C1 27 26 0 50 18 58 42 2D
Octal 170 301 47 46 0 120 30 130 102 55
Binary 1111000 11000001 100111 100110 0 1010000 11000 1011000 1000010 101101

Color Harmonies of #78C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C127

Black with #78C127

Text Example


Text Example

White with #78C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78C127; }

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

 H1.HeaderClassName
 {
   color: #78C127;
 }
 .AnyTagClassName
 {
   color: #78C127;
 }
</style>

background-color css

<style>
 a { background-color: #78C127; }

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

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

border-color css

<style>
 span { border-color: #78C127; }

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

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