Html Css Color HEX #78CC24 Lima

📋 copy color: '#78CC24'

red 120 ◦ green 204 ◦ blue 36

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

Shades of Lima #78CC24

Tints of Lima #78CC24

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

 BLUE value IS 36 (14.45% from 255) = 10%

R = 33.33%
G = 56.67%
B = 10%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#78CC24 (or 0x78CC24) is known color: Lima. HEX triplet: 78, CC and 24. RGB value is (120,204,36). Sum of RGB (Red+Green+Blue) = 120+204+36=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC24 is #8733DB. Grayscale: #A0A0A0. Windows color (decimal): -8860636 or 2411640. OLE color: 2411640.

HSL color Cylindrical-coordinate representation of color #78CC24: hue angle of 90º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78CC24 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 36 -
CMYK 0.41 0 0.82 0.2
HSL 90º 0.7% 0.47% -
HSV(B) 90º 0.82% 0.8% -
XYZ 29.66 47.31 9.24 -
YUV 159.73 58.17 99.66 -
System Red Green Blue C M Y K H S L
Decimal 120 204 36 0.41 0 0.82 0.2 90 0.7 0.47
Hex 78 CC 24 29 0 52 14 5A 46 2F
Octal 170 314 44 51 0 122 24 132 106 57
Binary 1111000 11001100 100100 101001 0 1010010 10100 1011010 1000110 101111

Color Harmonies of #78CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CC24

Black with #78CC24

Text Example


Text Example

White with #78CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,204,36); }

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

background-color css

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

 a { background-color: rgb(120,204,36); }

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

border-color css

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

 span { border-color: rgb(120,204,36); }

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