Html Css Color HEX #75D423 Lima

📋 copy color: '#75D423'

red 117 ◦ green 212 ◦ blue 35

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

Shades of Lima #75D423

Tints of Lima #75D423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.24%

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 32.14%
G = 58.24%
B = 9.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#75D423 (or 0x75D423) is known color: Lima. HEX triplet: 75, D4 and 23. RGB value is (117,212,35). Sum of RGB (Red+Green+Blue) = 117+212+35=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #75D423 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D423 is #8A2BDC. Grayscale: #A4A4A4. Windows color (decimal): -9055197 or 2348149. OLE color: 2348149.

HSL color Cylindrical-coordinate representation of color #75D423: hue angle of 92.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75D423 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 35 -
CMYK 0.45 0 0.83 0.17
HSL 92.2º 0.72% 0.48% -
HSV(B) 92.2º 0.83% 0.83% -
XYZ 31.18 50.99 9.79 -
YUV 163.42 55.53 94.89 -
System Red Green Blue C M Y K H S L
Decimal 117 212 35 0.45 0 0.83 0.17 92.2 0.72 0.48
Hex 75 D4 23 2D 0 53 11 5C 48 30
Octal 165 324 43 55 0 123 21 134 110 60
Binary 1110101 11010100 100011 101101 0 1010011 10001 1011100 1001000 110000

Color Harmonies of #75D423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D423

Black with #75D423

Text Example


Text Example

White with #75D423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,212,35); }

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

background-color css

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

 a { background-color: rgb(117,212,35); }

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

border-color css

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

 span { border-color: rgb(117,212,35); }

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