Html Css Color HEX #78D022 Lima

📋 copy color: '#78D022'

red 120 ◦ green 208 ◦ blue 34

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

Shades of Lima #78D022

Tints of Lima #78D022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.46%

 BLUE value IS 34 (13.67% from 255) = 9.39%

R = 33.15%
G = 57.46%
B = 9.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#78D022 (or 0x78D022) is known color: Lima. HEX triplet: 78, D0 and 22. RGB value is (120,208,34). Sum of RGB (Red+Green+Blue) = 120+208+34=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #78D022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D022 is #872FDD. Grayscale: #A2A2A2. Windows color (decimal): -8859614 or 2281592. OLE color: 2281592.

HSL color Cylindrical-coordinate representation of color #78D022: hue angle of 90.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78D022 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 208 34 -
CMYK 0.42 0 0.84 0.18
HSL 90.34º 0.72% 0.47% -
HSV(B) 90.34º 0.84% 0.82% -
XYZ 30.59 49.22 9.4 -
YUV 161.85 55.85 98.15 -
System Red Green Blue C M Y K H S L
Decimal 120 208 34 0.42 0 0.84 0.18 90.34 0.72 0.47
Hex 78 D0 22 2A 0 54 12 5A 48 2F
Octal 170 320 42 52 0 124 22 132 110 57
Binary 1111000 11010000 100010 101010 0 1010100 10010 1011010 1001000 101111

Color Harmonies of #78D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D022

Black with #78D022

Text Example


Text Example

White with #78D022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,208,34); }

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

background-color css

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

 a { background-color: rgb(120,208,34); }

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

border-color css

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

 span { border-color: rgb(120,208,34); }

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