Html Css Color HEX #75D619 Lima

📋 copy color: '#75D619'

red 117 ◦ green 214 ◦ blue 25

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

Shades of Lima #75D619

Tints of Lima #75D619

RGB

 RED value IS 117 (46.09% from 255) = 32.87%

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

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 32.87%
G = 60.11%
B = 7.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#75D619 (or 0x75D619) is known color: Lima. HEX triplet: 75, D6 and 19. RGB value is (117,214,25). Sum of RGB (Red+Green+Blue) = 117+214+25=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #75D619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D619 is #8A29E6. Grayscale: #A4A4A4. Windows color (decimal): -9054695 or 1693301. OLE color: 1693301.

HSL color Cylindrical-coordinate representation of color #75D619: hue angle of 90.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75D619 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 25 -
CMYK 0.45 0 0.88 0.16
HSL 90.79º 0.79% 0.47% -
HSV(B) 90.79º 0.88% 0.84% -
XYZ 31.56 51.95 9.28 -
YUV 163.45 49.86 94.87 -
System Red Green Blue C M Y K H S L
Decimal 117 214 25 0.45 0 0.88 0.16 90.79 0.79 0.47
Hex 75 D6 19 2D 0 58 10 5B 4F 2F
Octal 165 326 31 55 0 130 20 133 117 57
Binary 1110101 11010110 11001 101101 0 1011000 10000 1011011 1001111 101111

Color Harmonies of #75D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D619

Black with #75D619

Text Example


Text Example

White with #75D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75D619; }

 p { color: rgb(117,214,25); }

 H1.HeaderClassName
 {
   color: #75D619;
 }
 .AnyTagClassName
 {
   color: #75D619;
 }
</style>

background-color css

<style>
 a { background-color: #75D619; }

 a { background-color: rgb(117,214,25); }

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

border-color css

<style>
 span { border-color: #75D619; }

 span { border-color: rgb(117,214,25); }

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