Html Css Color HEX #75D028 Lima

📋 copy color: '#75D028'

red 117 ◦ green 208 ◦ blue 40

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

Shades of Lima #75D028

Tints of Lima #75D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.99%

 BLUE value IS 40 (16.02% from 255) = 10.96%

R = 32.05%
G = 56.99%
B = 10.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#75D028 (or 0x75D028) is known color: Lima. HEX triplet: 75, D0 and 28. RGB value is (117,208,40). Sum of RGB (Red+Green+Blue) = 117+208+40=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #75D028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D028 is #8A2FD7. Grayscale: #A2A2A2. Windows color (decimal): -9056216 or 2674805. OLE color: 2674805.

HSL color Cylindrical-coordinate representation of color #75D028: hue angle of 92.5º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75D028 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 40 -
CMYK 0.44 0 0.81 0.18
HSL 92.5º 0.68% 0.49% -
HSV(B) 92.5º 0.81% 0.82% -
XYZ 30.28 49.05 9.88 -
YUV 161.64 59.35 96.16 -
System Red Green Blue C M Y K H S L
Decimal 117 208 40 0.44 0 0.81 0.18 92.5 0.68 0.49
Hex 75 D0 28 2C 0 51 12 5C 44 31
Octal 165 320 50 54 0 121 22 134 104 61
Binary 1110101 11010000 101000 101100 0 1010001 10010 1011100 1000100 110001

Color Harmonies of #75D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D028

Black with #75D028

Text Example


Text Example

White with #75D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,208,40); }

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

background-color css

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

 a { background-color: rgb(117,208,40); }

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

border-color css

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

 span { border-color: rgb(117,208,40); }

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