Html Css Color HEX #75BE2B Lima

📋 copy color: '#75BE2B'

red 117 ◦ green 190 ◦ blue 43

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

Shades of Lima #75BE2B

Tints of Lima #75BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.29%

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 33.43%
G = 54.29%
B = 12.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#75BE2B (or 0x75BE2B) is known color: Lima. HEX triplet: 75, BE and 2B. RGB value is (117,190,43). Sum of RGB (Red+Green+Blue) = 117+190+43=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE2B is #8A41D4. Grayscale: #979797. Windows color (decimal): -9060821 or 2866805. OLE color: 2866805.

HSL color Cylindrical-coordinate representation of color #75BE2B: hue angle of 89.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75BE2B is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 43 -
CMYK 0.38 0 0.77 0.25
HSL 89.8º 0.63% 0.46% -
HSV(B) 89.8º 0.77% 0.75% -
XYZ 26.19 40.78 8.78 -
YUV 151.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 117 190 43 0.38 0 0.77 0.25 89.8 0.63 0.46
Hex 75 BE 2B 26 0 4D 19 5A 3F 2E
Octal 165 276 53 46 0 115 31 132 77 56
Binary 1110101 10111110 101011 100110 0 1001101 11001 1011010 111111 101110

Color Harmonies of #75BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE2B

Black with #75BE2B

Text Example


Text Example

White with #75BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,43); }

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

background-color css

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

 a { background-color: rgb(117,190,43); }

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

border-color css

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

 span { border-color: rgb(117,190,43); }

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