Html Css Color HEX #75B21E Lima

📋 copy color: '#75B21E'

red 117 ◦ green 178 ◦ blue 30

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

Shades of Lima #75B21E

Tints of Lima #75B21E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.77%

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 36%
G = 54.77%
B = 9.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#75B21E (or 0x75B21E) is known color: Lima. HEX triplet: 75, B2 and 1E. RGB value is (117,178,30). Sum of RGB (Red+Green+Blue) = 117+178+30=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #75B21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B21E is #8A4DE1. Grayscale: #8F8F8F. Windows color (decimal): -9063906 or 2011765. OLE color: 2011765.

HSL color Cylindrical-coordinate representation of color #75B21E: hue angle of 84.73º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75B21E is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 178 30 -
CMYK 0.34 0 0.83 0.30
HSL 84.73º 0.71% 0.41% -
HSV(B) 84.73º 0.83% 0.7% -
XYZ 23.49 35.72 6.88 -
YUV 142.89 64.29 109.53 -
System Red Green Blue C M Y K H S L
Decimal 117 178 30 0.34 0 0.83 0.30 84.73 0.71 0.41
Hex 75 B2 1E 22 0 53 1E 55 47 29
Octal 165 262 36 42 0 123 36 125 107 51
Binary 1110101 10110010 11110 100010 0 1010011 11110 1010101 1000111 101001

Color Harmonies of #75B21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B21E

Black with #75B21E

Text Example


Text Example

White with #75B21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,178,30); }

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

background-color css

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

 a { background-color: rgb(117,178,30); }

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

border-color css

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

 span { border-color: rgb(117,178,30); }

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