Html Css Color HEX #75CE16 Lima

📋 copy color: '#75CE16'

red 117 ◦ green 206 ◦ blue 22

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

Shades of Lima #75CE16

Tints of Lima #75CE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.71%

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 33.91%
G = 59.71%
B = 6.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#75CE16 (or 0x75CE16) is known color: Lima. HEX triplet: 75, CE and 16. RGB value is (117,206,22). Sum of RGB (Red+Green+Blue) = 117+206+22=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CE16 is #8A31E9. Grayscale: #9F9F9F. Windows color (decimal): -9056746 or 1494645. OLE color: 1494645.

HSL color Cylindrical-coordinate representation of color #75CE16: hue angle of 89.02º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75CE16 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 22 -
CMYK 0.43 0 0.89 0.19
HSL 89.02º 0.81% 0.45% -
HSV(B) 89.02º 0.89% 0.81% -
XYZ 29.55 47.98 8.46 -
YUV 158.41 51.01 98.46 -
System Red Green Blue C M Y K H S L
Decimal 117 206 22 0.43 0 0.89 0.19 89.02 0.81 0.45
Hex 75 CE 16 2B 0 59 13 59 51 2D
Octal 165 316 26 53 0 131 23 131 121 55
Binary 1110101 11001110 10110 101011 0 1011001 10011 1011001 1010001 101101

Color Harmonies of #75CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE16

Black with #75CE16

Text Example


Text Example

White with #75CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,22); }

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

background-color css

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

 a { background-color: rgb(117,206,22); }

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

border-color css

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

 span { border-color: rgb(117,206,22); }

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