Html Css Color HEX #75D213 Lima

📋 copy color: '#75D213'

red 117 ◦ green 210 ◦ blue 19

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

Shades of Lima #75D213

Tints of Lima #75D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.69%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 33.82%
G = 60.69%
B = 5.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#75D213 (or 0x75D213) is known color: Lima. HEX triplet: 75, D2 and 13. RGB value is (117,210,19). Sum of RGB (Red+Green+Blue) = 117+210+19=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #75D213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75D213 is #8A2DEC. Grayscale: #A1A1A1. Windows color (decimal): -9055725 or 1299061. OLE color: 1299061.

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

Color convert

RGB 117 210 19 -
CMYK 0.44 0 0.91 0.18
HSL 89.21º 0.83% 0.45% -
HSV(B) 89.21º 0.91% 0.82% -
XYZ 30.5 49.92 8.64 -
YUV 160.42 48.19 97.03 -
System Red Green Blue C M Y K H S L
Decimal 117 210 19 0.44 0 0.91 0.18 89.21 0.83 0.45
Hex 75 D2 13 2C 0 5B 12 59 53 2D
Octal 165 322 23 54 0 133 22 131 123 55
Binary 1110101 11010010 10011 101100 0 1011011 10010 1011001 1010011 101101

Color Harmonies of #75D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D213

Black with #75D213

Text Example


Text Example

White with #75D213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,210,19); }

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

background-color css

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

 a { background-color: rgb(117,210,19); }

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

border-color css

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

 span { border-color: rgb(117,210,19); }

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