Html Css Color HEX #75C01A Lima

📋 copy color: '#75C01A'

red 117 ◦ green 192 ◦ blue 26

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

Shades of Lima #75C01A

Tints of Lima #75C01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 34.93%
G = 57.31%
B = 7.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#75C01A (or 0x75C01A) is known color: Lima. HEX triplet: 75, C0 and 1A. RGB value is (117,192,26). Sum of RGB (Red+Green+Blue) = 117+192+26=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #75C01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C01A is #8A3FE5. Grayscale: #979797. Windows color (decimal): -9060326 or 1753205. OLE color: 1753205.

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

Color convert

RGB 117 192 26 -
CMYK 0.39 0 0.86 0.25
HSL 87.11º 0.76% 0.43% -
HSV(B) 87.11º 0.86% 0.75% -
XYZ 26.37 41.56 7.61 -
YUV 150.65 57.65 104 -
System Red Green Blue C M Y K H S L
Decimal 117 192 26 0.39 0 0.86 0.25 87.11 0.76 0.43
Hex 75 C0 1A 27 0 56 19 57 4C 2B
Octal 165 300 32 47 0 126 31 127 114 53
Binary 1110101 11000000 11010 100111 0 1010110 11001 1010111 1001100 101011

Color Harmonies of #75C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C01A

Black with #75C01A

Text Example


Text Example

White with #75C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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