Html Css Color HEX #78D61B Lima

📋 copy color: '#78D61B'

red 120 ◦ green 214 ◦ blue 27

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

Shades of Lima #78D61B

Tints of Lima #78D61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.28%

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 33.24%
G = 59.28%
B = 7.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#78D61B (or 0x78D61B) is known color: Lima. HEX triplet: 78, D6 and 1B. RGB value is (120,214,27). Sum of RGB (Red+Green+Blue) = 120+214+27=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #78D61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D61B is #8729E4. Grayscale: #A5A5A5. Windows color (decimal): -8858085 or 1824376. OLE color: 1824376.

HSL color Cylindrical-coordinate representation of color #78D61B: hue angle of 90.16º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78D61B is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 214 27 -
CMYK 0.44 0 0.87 0.16
HSL 90.16º 0.78% 0.47% -
HSV(B) 90.16º 0.87% 0.84% -
XYZ 31.99 52.17 9.42 -
YUV 164.58 50.36 96.21 -
System Red Green Blue C M Y K H S L
Decimal 120 214 27 0.44 0 0.87 0.16 90.16 0.78 0.47
Hex 78 D6 1B 2C 0 57 10 5A 4E 2F
Octal 170 326 33 54 0 127 20 132 116 57
Binary 1111000 11010110 11011 101100 0 1010111 10000 1011010 1001110 101111

Color Harmonies of #78D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D61B

Black with #78D61B

Text Example


Text Example

White with #78D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,214,27); }

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

background-color css

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

 a { background-color: rgb(120,214,27); }

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

border-color css

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

 span { border-color: rgb(120,214,27); }

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