Html Css Color HEX #75BF28 Lima

📋 copy color: '#75BF28'

red 117 ◦ green 191 ◦ blue 40

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

Shades of Lima #75BF28

Tints of Lima #75BF28

RGB

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

 GREEN value IS 191 (75% from 255) = 54.89%

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 33.62%
G = 54.89%
B = 11.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#75BF28 (or 0x75BF28) is known color: Lima. HEX triplet: 75, BF and 28. RGB value is (117,191,40). Sum of RGB (Red+Green+Blue) = 117+191+40=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BF28 is #8A40D7. Grayscale: #989898. Windows color (decimal): -9060568 or 2670453. OLE color: 2670453.

HSL color Cylindrical-coordinate representation of color #75BF28: hue angle of 89.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75BF28 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 191 40 -
CMYK 0.39 0 0.79 0.25
HSL 89.4º 0.65% 0.45% -
HSV(B) 89.4º 0.79% 0.75% -
XYZ 26.35 41.2 8.57 -
YUV 151.66 64.98 103.28 -
System Red Green Blue C M Y K H S L
Decimal 117 191 40 0.39 0 0.79 0.25 89.4 0.65 0.45
Hex 75 BF 28 27 0 4F 19 59 41 2D
Octal 165 277 50 47 0 117 31 131 101 55
Binary 1110101 10111111 101000 100111 0 1001111 11001 1011001 1000001 101101

Color Harmonies of #75BF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF28

Black with #75BF28

Text Example


Text Example

White with #75BF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,191,40); }

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

background-color css

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

 a { background-color: rgb(117,191,40); }

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

border-color css

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

 span { border-color: rgb(117,191,40); }

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