Html Css Color HEX #78C30F Lima

📋 copy color: '#78C30F'

red 120 ◦ green 195 ◦ blue 15

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

Shades of Lima #78C30F

Tints of Lima #78C30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 36.36%
G = 59.09%
B = 4.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#78C30F (or 0x78C30F) is known color: Lima. HEX triplet: 78, C3 and 0F. RGB value is (120,195,15). Sum of RGB (Red+Green+Blue) = 120+195+15=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #78C30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C30F is #873CF0. Grayscale: #989898. Windows color (decimal): -8862961 or 1033080. OLE color: 1033080.

HSL color Cylindrical-coordinate representation of color #78C30F: hue angle of 85º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78C30F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 195 15 -
CMYK 0.38 0 0.92 0.24
HSL 85º 0.86% 0.41% -
HSV(B) 85º 0.92% 0.76% -
XYZ 27.35 43.06 7.32 -
YUV 152.06 50.65 105.14 -
System Red Green Blue C M Y K H S L
Decimal 120 195 15 0.38 0 0.92 0.24 85 0.86 0.41
Hex 78 C3 F 26 0 5C 18 55 56 29
Octal 170 303 17 46 0 134 30 125 126 51
Binary 1111000 11000011 1111 100110 0 1011100 11000 1010101 1010110 101001

Color Harmonies of #78C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C30F

Black with #78C30F

Text Example


Text Example

White with #78C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,195,15); }

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

background-color css

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

 a { background-color: rgb(120,195,15); }

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

border-color css

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

 span { border-color: rgb(120,195,15); }

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