Html Css Color HEX #78CA30 Lima

📋 copy color: '#78CA30'

red 120 ◦ green 202 ◦ blue 48

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

Shades of Lima #78CA30

Tints of Lima #78CA30

RGB

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

 GREEN value IS 202 (79.3% 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 value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#78CA30 (or 0x78CA30) is known color: 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

RGB 120 202 48 -
CMYK 0.41 0 0.76 0.21
HSL 91.95º 0.62% 0.49% -
HSV(B) 91.95º 0.76% 0.79% -
XYZ 29.4 46.45 10.21 -
YUV 159.93 64.83 99.52 -
System Red Green Blue C M Y K H S L
Decimal 120 202 48 0.41 0 0.76 0.21 91.95 0.62 0.49
Hex 78 CA 30 29 0 4C 15 5C 3E 31
Octal 170 312 60 51 0 114 25 134 76 61
Binary 1111000 11001010 110000 101001 0 1001100 10101 1011100 111110 110001

Color Harmonies of #78CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CA30

Black with #78CA30

Text Example


Text Example

White with #78CA30

Text Example


Text Example

HTML Codes & Css Web 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>