Html Css Color HEX #75C01C Lima

📋 copy color: '#75C01C'

red 117 ◦ green 192 ◦ blue 28

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

Shades of Lima #75C01C

Tints of Lima #75C01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 34.72%
G = 56.97%
B = 8.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#75C01C (or 0x75C01C) is known color: Lima. HEX triplet: 75, C0 and 1C. RGB value is (117,192,28). Sum of RGB (Red+Green+Blue) = 117+192+28=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #75C01C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C01C is #8A3FE3. Grayscale: #979797. Windows color (decimal): -9060324 or 1884277. OLE color: 1884277.

HSL color Cylindrical-coordinate representation of color #75C01C: hue angle of 87.44º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75C01C is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 28 -
CMYK 0.39 0 0.85 0.25
HSL 87.44º 0.75% 0.43% -
HSV(B) 87.44º 0.85% 0.75% -
XYZ 26.4 41.57 7.73 -
YUV 150.88 58.65 103.84 -
System Red Green Blue C M Y K H S L
Decimal 117 192 28 0.39 0 0.85 0.25 87.44 0.75 0.43
Hex 75 C0 1C 27 0 55 19 57 4B 2B
Octal 165 300 34 47 0 125 31 127 113 53
Binary 1110101 11000000 11100 100111 0 1010101 11001 1010111 1001011 101011

Color Harmonies of #75C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C01C

Black with #75C01C

Text Example


Text Example

White with #75C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,28); }

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

background-color css

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

 a { background-color: rgb(117,192,28); }

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

border-color css

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

 span { border-color: rgb(117,192,28); }

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