Html Css Color HEX #75CA23 Lima

📋 copy color: '#75CA23'

red 117 ◦ green 202 ◦ blue 35

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

Shades of Lima #75CA23

Tints of Lima #75CA23

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.06%

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

R = 33.05%
G = 57.06%
B = 9.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#75CA23 (or 0x75CA23) is known color: Lima. HEX triplet: 75, CA and 23. RGB value is (117,202,35). Sum of RGB (Red+Green+Blue) = 117+202+35=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA23 is #8A35DC. Grayscale: #9E9E9E. Windows color (decimal): -9057757 or 2345589. OLE color: 2345589.

HSL color Cylindrical-coordinate representation of color #75CA23: hue angle of 90.54º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75CA23 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 35 -
CMYK 0.42 0 0.83 0.21
HSL 90.54º 0.7% 0.46% -
HSV(B) 90.54º 0.83% 0.79% -
XYZ 28.76 46.14 8.98 -
YUV 157.55 58.84 99.08 -
System Red Green Blue C M Y K H S L
Decimal 117 202 35 0.42 0 0.83 0.21 90.54 0.7 0.46
Hex 75 CA 23 2A 0 53 15 5B 46 2E
Octal 165 312 43 52 0 123 25 133 106 56
Binary 1110101 11001010 100011 101010 0 1010011 10101 1011011 1000110 101110

Color Harmonies of #75CA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA23

Black with #75CA23

Text Example


Text Example

White with #75CA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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