Html Css Color HEX #75CD1D Lima

📋 copy color: '#75CD1D'

red 117 ◦ green 205 ◦ blue 29

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

Shades of Lima #75CD1D

Tints of Lima #75CD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.4%

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

R = 33.33%
G = 58.4%
B = 8.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#75CD1D (or 0x75CD1D) is known color: Lima. HEX triplet: 75, CD and 1D. RGB value is (117,205,29). Sum of RGB (Red+Green+Blue) = 117+205+29=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #75CD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CD1D is #8A32E2. Grayscale: #9F9F9F. Windows color (decimal): -9056995 or 1953141. OLE color: 1953141.

HSL color Cylindrical-coordinate representation of color #75CD1D: hue angle of 90º 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 #75CD1D is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 205 29 -
CMYK 0.43 0 0.86 0.20
HSL 90º 0.75% 0.46% -
HSV(B) 90º 0.86% 0.8% -
XYZ 29.39 47.53 8.79 -
YUV 158.62 54.85 98.31 -
System Red Green Blue C M Y K H S L
Decimal 117 205 29 0.43 0 0.86 0.20 90 0.75 0.46
Hex 75 CD 1D 2B 0 56 14 5A 4B 2E
Octal 165 315 35 53 0 126 24 132 113 56
Binary 1110101 11001101 11101 101011 0 1010110 10100 1011010 1001011 101110

Color Harmonies of #75CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CD1D

Black with #75CD1D

Text Example


Text Example

White with #75CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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