Html Css Color HEX #78D027 Lima

📋 copy color: '#78D027'

red 120 ◦ green 208 ◦ blue 39

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

Shades of Lima #78D027

Tints of Lima #78D027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.63%

R = 32.7%
G = 56.68%
B = 10.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#78D027 (or 0x78D027) is known color: Lima. HEX triplet: 78, D0 and 27. RGB value is (120,208,39). Sum of RGB (Red+Green+Blue) = 120+208+39=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #78D027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D027 is #872FD8. Grayscale: #A3A3A3. Windows color (decimal): -8859609 or 2609272. OLE color: 2609272.

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

Color convert

RGB 120 208 39 -
CMYK 0.42 0 0.81 0.18
HSL 91.24º 0.68% 0.48% -
HSV(B) 91.24º 0.81% 0.82% -
XYZ 30.67 49.25 9.81 -
YUV 162.42 58.35 97.74 -
System Red Green Blue C M Y K H S L
Decimal 120 208 39 0.42 0 0.81 0.18 91.24 0.68 0.48
Hex 78 D0 27 2A 0 51 12 5B 44 30
Octal 170 320 47 52 0 121 22 133 104 60
Binary 1111000 11010000 100111 101010 0 1010001 10010 1011011 1000100 110000

Color Harmonies of #78D027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D027

Black with #78D027

Text Example


Text Example

White with #78D027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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