Html Css Color HEX #75CF2D Lima

📋 copy color: '#75CF2D'

red 117 ◦ green 207 ◦ blue 45

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

Shades of Lima #75CF2D

Tints of Lima #75CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.1%

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

R = 31.71%
G = 56.1%
B = 12.2%

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

#75CF2D (or 0x75CF2D) is known color: Lima. HEX triplet: 75, CF and 2D. RGB value is (117,207,45). Sum of RGB (Red+Green+Blue) = 117+207+45=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CF2D is #8A30D2. Grayscale: #A2A2A2. Windows color (decimal): -9056467 or 3002229. OLE color: 3002229.

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

Color convert

RGB 117 207 45 -
CMYK 0.43 0 0.78 0.19
HSL 93.33º 0.64% 0.49% -
HSV(B) 93.33º 0.78% 0.81% -
XYZ 30.12 48.6 10.28 -
YUV 161.62 62.18 96.17 -
System Red Green Blue C M Y K H S L
Decimal 117 207 45 0.43 0 0.78 0.19 93.33 0.64 0.49
Hex 75 CF 2D 2B 0 4E 13 5D 40 31
Octal 165 317 55 53 0 116 23 135 100 61
Binary 1110101 11001111 101101 101011 0 1001110 10011 1011101 1000000 110001

Color Harmonies of #75CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF2D

Black with #75CF2D

Text Example


Text Example

White with #75CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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