Html Css Color HEX #78CE25 Lima

📋 copy color: '#78CE25'

red 120 ◦ green 206 ◦ blue 37

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

Shades of Lima #78CE25

Tints of Lima #78CE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 33.06%
G = 56.75%
B = 10.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#78CE25 (or 0x78CE25) is known color: Lima. HEX triplet: 78, CE and 25. RGB value is (120,206,37). Sum of RGB (Red+Green+Blue) = 120+206+37=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CE25 is #8731DA. Grayscale: #A1A1A1. Windows color (decimal): -8860123 or 2477688. OLE color: 2477688.

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

Color convert

RGB 120 206 37 -
CMYK 0.42 0 0.82 0.19
HSL 90.53º 0.7% 0.48% -
HSV(B) 90.53º 0.82% 0.81% -
XYZ 30.15 48.27 9.48 -
YUV 161.02 58.01 98.74 -
System Red Green Blue C M Y K H S L
Decimal 120 206 37 0.42 0 0.82 0.19 90.53 0.7 0.48
Hex 78 CE 25 2A 0 52 13 5B 46 30
Octal 170 316 45 52 0 122 23 133 106 60
Binary 1111000 11001110 100101 101010 0 1010010 10011 1011011 1000110 110000

Color Harmonies of #78CE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CE25

Black with #78CE25

Text Example


Text Example

White with #78CE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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