Html Css Color HEX #78CE1F Lima

📋 copy color: '#78CE1F'

red 120 ◦ green 206 ◦ blue 31

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

Shades of Lima #78CE1F

Tints of Lima #78CE1F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 33.61%
G = 57.7%
B = 8.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#78CE1F (or 0x78CE1F) is known color: Lima. HEX triplet: 78, CE and 1F. RGB value is (120,206,31). Sum of RGB (Red+Green+Blue) = 120+206+31=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CE1F is #8731E0. Grayscale: #A0A0A0. Windows color (decimal): -8860129 or 2084472. OLE color: 2084472.

HSL color Cylindrical-coordinate representation of color #78CE1F: hue angle of 89.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78CE1F is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 206 31 -
CMYK 0.42 0 0.85 0.19
HSL 89.49º 0.74% 0.46% -
HSV(B) 89.49º 0.85% 0.81% -
XYZ 30.06 48.23 9.02 -
YUV 160.34 55.01 99.23 -
System Red Green Blue C M Y K H S L
Decimal 120 206 31 0.42 0 0.85 0.19 89.49 0.74 0.46
Hex 78 CE 1F 2A 0 55 13 59 4A 2E
Octal 170 316 37 52 0 125 23 131 112 56
Binary 1111000 11001110 11111 101010 0 1010101 10011 1011001 1001010 101110

Color Harmonies of #78CE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CE1F

Black with #78CE1F

Text Example


Text Example

White with #78CE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,206,31); }

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

background-color css

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

 a { background-color: rgb(120,206,31); }

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

border-color css

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

 span { border-color: rgb(120,206,31); }

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