Html Css Color HEX #75CE2D Lima

📋 copy color: '#75CE2D'

red 117 ◦ green 206 ◦ blue 45

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

Shades of Lima #75CE2D

Tints of Lima #75CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.98%

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 31.79%
G = 55.98%
B = 12.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#75CE2D (or 0x75CE2D) is known color: Lima. HEX triplet: 75, CE and 2D. RGB value is (117,206,45). Sum of RGB (Red+Green+Blue) = 117+206+45=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE2D is #8A31D2. Grayscale: #A1A1A1. Windows color (decimal): -9056723 or 3001973. OLE color: 3001973.

HSL color Cylindrical-coordinate representation of color #75CE2D: hue angle of 93.17º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75CE2D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 45 -
CMYK 0.43 0 0.78 0.19
HSL 93.17º 0.64% 0.49% -
HSV(B) 93.17º 0.78% 0.81% -
XYZ 29.88 48.11 10.19 -
YUV 161.04 62.51 96.59 -
System Red Green Blue C M Y K H S L
Decimal 117 206 45 0.43 0 0.78 0.19 93.17 0.64 0.49
Hex 75 CE 2D 2B 0 4E 13 5D 40 31
Octal 165 316 55 53 0 116 23 135 100 61
Binary 1110101 11001110 101101 101011 0 1001110 10011 1011101 1000000 110001

Color Harmonies of #75CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE2D

Black with #75CE2D

Text Example


Text Example

White with #75CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,45); }

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

background-color css

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

 a { background-color: rgb(117,206,45); }

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

border-color css

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

 span { border-color: rgb(117,206,45); }

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