Html Css Color HEX #78D51B Lima

📋 copy color: '#78D51B'

red 120 ◦ green 213 ◦ blue 27

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

Shades of Lima #78D51B

Tints of Lima #78D51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.17%

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

R = 33.33%
G = 59.17%
B = 7.5%

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

#78D51B (or 0x78D51B) is known color: Lima. HEX triplet: 78, D5 and 1B. RGB value is (120,213,27). Sum of RGB (Red+Green+Blue) = 120+213+27=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #78D51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78D51B is #872AE4. Grayscale: #A4A4A4. Windows color (decimal): -8858341 or 1824120. OLE color: 1824120.

HSL color Cylindrical-coordinate representation of color #78D51B: hue angle of 90º degrees, saturation: 0.77, 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 #78D51B is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 213 27 -
CMYK 0.44 0 0.87 0.16
HSL 90º 0.78% 0.47% -
HSV(B) 90º 0.87% 0.84% -
XYZ 31.74 51.66 9.34 -
YUV 163.99 50.69 96.62 -
System Red Green Blue C M Y K H S L
Decimal 120 213 27 0.44 0 0.87 0.16 90 0.78 0.47
Hex 78 D5 1B 2C 0 57 10 5A 4E 2F
Octal 170 325 33 54 0 127 20 132 116 57
Binary 1111000 11010101 11011 101100 0 1010111 10000 1011010 1001110 101111

Color Harmonies of #78D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D51B

Black with #78D51B

Text Example


Text Example

White with #78D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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