Html Css Color HEX #75CE22 Lima

📋 copy color: '#75CE22'

red 117 ◦ green 206 ◦ blue 34

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

Shades of Lima #75CE22

Tints of Lima #75CE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 32.77%
G = 57.7%
B = 9.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#75CE22 (or 0x75CE22) is known color: Lima. HEX triplet: 75, CE and 22. RGB value is (117,206,34). Sum of RGB (Red+Green+Blue) = 117+206+34=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE22 is #8A31DD. Grayscale: #A0A0A0. Windows color (decimal): -9056734 or 2281077. OLE color: 2281077.

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

Color convert

RGB 117 206 34 -
CMYK 0.43 0 0.83 0.19
HSL 91.05º 0.72% 0.47% -
HSV(B) 91.05º 0.83% 0.81% -
XYZ 29.7 48.04 9.22 -
YUV 159.78 57.01 97.49 -
System Red Green Blue C M Y K H S L
Decimal 117 206 34 0.43 0 0.83 0.19 91.05 0.72 0.47
Hex 75 CE 22 2B 0 53 13 5B 48 2F
Octal 165 316 42 53 0 123 23 133 110 57
Binary 1110101 11001110 100010 101011 0 1010011 10011 1011011 1001000 101111

Color Harmonies of #75CE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE22

Black with #75CE22

Text Example


Text Example

White with #75CE22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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