Html Css Color HEX #78CD2C Lima

📋 copy color: '#78CD2C'

red 120 ◦ green 205 ◦ blue 44

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

Shades of Lima #78CD2C

Tints of Lima #78CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.56%

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 32.52%
G = 55.56%
B = 11.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#78CD2C (or 0x78CD2C) is known color: Lima. HEX triplet: 78, CD and 2C. RGB value is (120,205,44). Sum of RGB (Red+Green+Blue) = 120+205+44=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CD2C is #8732D3. Grayscale: #A1A1A1. Windows color (decimal): -8860372 or 2936184. OLE color: 2936184.

HSL color Cylindrical-coordinate representation of color #78CD2C: hue angle of 91.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78CD2C is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 205 44 -
CMYK 0.41 0 0.79 0.20
HSL 91.68º 0.65% 0.49% -
HSV(B) 91.68º 0.79% 0.8% -
XYZ 30.03 47.84 10.03 -
YUV 161.23 61.84 98.59 -
System Red Green Blue C M Y K H S L
Decimal 120 205 44 0.41 0 0.79 0.20 91.68 0.65 0.49
Hex 78 CD 2C 29 0 4F 14 5C 41 31
Octal 170 315 54 51 0 117 24 134 101 61
Binary 1111000 11001101 101100 101001 0 1001111 10100 1011100 1000001 110001

Color Harmonies of #78CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CD2C

Black with #78CD2C

Text Example


Text Example

White with #78CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,205,44); }

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

background-color css

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

 a { background-color: rgb(120,205,44); }

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

border-color css

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

 span { border-color: rgb(120,205,44); }

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