#78CA30

Color #78CA30 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78CA30

Tints of Lima #78CA30

Color information

#78CA30 (or 0x78CA30) is unknown color: approx Lima. HEX triplet: 78, CA and 30. RGB value is (120,202,48). Sum of RGB (Red+Green+Blue) = 120+202+48=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CA30 is #8735CF. Grayscale: #A0A0A0. Windows color (decimal): -8861136 or 3197560. OLE color: 3197560.

HSL color Cylindrical-coordinate representation of color #78CA30: hue angle of 91.95º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78CA30 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB12020248-
CMYK0.4100.760.21
HSL91.95º61.6%49.02%-
HSV(B)91.95º76.24%79.22%-
XYZ29.446.4510.21-
YUV159.9364.8399.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 202 (79.30% from 255) = 54.59%
BLUE value IS 48 (19.14% from 255) = 12.97%
R=32.43%
G=54.59%
B=12.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120202480.4100.760.2191.9561.649.02
Hex78CA302904C155c3e31
Octal17031260510114251347661
Binary11110001100101011000010100101001100101011011100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,48); }

 H1.HeaderClassName
 {
   color: #78CA30;
 }
 .AnyTagClassName
 {
   color: #78CA30;
 }
</style>
background-color css

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

 a { background-color: rgb(120,202,48); }

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

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

 span { border-color: rgb(120,202,48); }

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