Html Css Color HEX #75CC1F Lima

📋 copy color: '#75CC1F'

red 117 ◦ green 204 ◦ blue 31

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

Shades of Lima #75CC1F

Tints of Lima #75CC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.95%

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 33.24%
G = 57.95%
B = 8.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#75CC1F (or 0x75CC1F) is known color: Lima. HEX triplet: 75, CC and 1F. RGB value is (117,204,31). Sum of RGB (Red+Green+Blue) = 117+204+31=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC1F is #8A33E0. Grayscale: #9E9E9E. Windows color (decimal): -9057249 or 2083957. OLE color: 2083957.

HSL color Cylindrical-coordinate representation of color #75CC1F: hue angle of 90.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75CC1F is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 31 -
CMYK 0.43 0 0.85 0.2
HSL 90.17º 0.74% 0.46% -
HSV(B) 90.17º 0.85% 0.8% -
XYZ 29.18 47.07 8.84 -
YUV 158.27 56.18 98.57 -
System Red Green Blue C M Y K H S L
Decimal 117 204 31 0.43 0 0.85 0.2 90.17 0.74 0.46
Hex 75 CC 1F 2B 0 55 14 5A 4A 2E
Octal 165 314 37 53 0 125 24 132 112 56
Binary 1110101 11001100 11111 101011 0 1010101 10100 1011010 1001010 101110

Color Harmonies of #75CC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC1F

Black with #75CC1F

Text Example


Text Example

White with #75CC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,31); }

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

background-color css

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

 a { background-color: rgb(117,204,31); }

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

border-color css

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

 span { border-color: rgb(117,204,31); }

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