Html Css Color HEX #75CC1D Lima

📋 copy color: '#75CC1D'

red 117 ◦ green 204 ◦ blue 29

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

Shades of Lima #75CC1D

Tints of Lima #75CC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 33.43%
G = 58.29%
B = 8.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#75CC1D (or 0x75CC1D) is known color: Lima. HEX triplet: 75, CC and 1D. RGB value is (117,204,29). Sum of RGB (Red+Green+Blue) = 117+204+29=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC1D is #8A33E2. Grayscale: #9E9E9E. Windows color (decimal): -9057251 or 1952885. OLE color: 1952885.

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

Color convert

RGB 117 204 29 -
CMYK 0.43 0 0.86 0.2
HSL 89.83º 0.75% 0.46% -
HSV(B) 89.83º 0.86% 0.8% -
XYZ 29.15 47.06 8.71 -
YUV 158.04 55.18 98.73 -
System Red Green Blue C M Y K H S L
Decimal 117 204 29 0.43 0 0.86 0.2 89.83 0.75 0.46
Hex 75 CC 1D 2B 0 56 14 5A 4B 2E
Octal 165 314 35 53 0 126 24 132 113 56
Binary 1110101 11001100 11101 101011 0 1010110 10100 1011010 1001011 101110

Color Harmonies of #75CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC1D

Black with #75CC1D

Text Example


Text Example

White with #75CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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