Html Css Color HEX #75BD25 Lima

📋 copy color: '#75BD25'

red 117 ◦ green 189 ◦ blue 37

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

Shades of Lima #75BD25

Tints of Lima #75BD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.1%

 BLUE value IS 37 (14.84% from 255) = 10.79%

R = 34.11%
G = 55.1%
B = 10.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#75BD25 (or 0x75BD25) is known color: Lima. HEX triplet: 75, BD and 25. RGB value is (117,189,37). Sum of RGB (Red+Green+Blue) = 117+189+37=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD25 is #8A42DA. Grayscale: #969696. Windows color (decimal): -9061083 or 2473333. OLE color: 2473333.

HSL color Cylindrical-coordinate representation of color #75BD25: hue angle of 88.42º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75BD25 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 37 -
CMYK 0.38 0 0.80 0.26
HSL 88.42º 0.67% 0.44% -
HSV(B) 88.42º 0.8% 0.74% -
XYZ 25.87 40.31 8.17 -
YUV 150.14 64.15 104.36 -
System Red Green Blue C M Y K H S L
Decimal 117 189 37 0.38 0 0.80 0.26 88.42 0.67 0.44
Hex 75 BD 25 26 0 50 1A 58 43 2C
Octal 165 275 45 46 0 120 32 130 103 54
Binary 1110101 10111101 100101 100110 0 1010000 11010 1011000 1000011 101100

Color Harmonies of #75BD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD25

Black with #75BD25

Text Example


Text Example

White with #75BD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,37); }

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

background-color css

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

 a { background-color: rgb(117,189,37); }

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

border-color css

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

 span { border-color: rgb(117,189,37); }

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