Html Css Color HEX #75D61B Lima

📋 copy color: '#75D61B'

red 117 ◦ green 214 ◦ blue 27

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

Shades of Lima #75D61B

Tints of Lima #75D61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.78%

 BLUE value IS 27 (10.94% from 255) = 7.54%

R = 32.68%
G = 59.78%
B = 7.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#75D61B (or 0x75D61B) is known color: Lima. HEX triplet: 75, D6 and 1B. RGB value is (117,214,27). Sum of RGB (Red+Green+Blue) = 117+214+27=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #75D61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D61B is #8A29E4. Grayscale: #A4A4A4. Windows color (decimal): -9054693 or 1824373. OLE color: 1824373.

HSL color Cylindrical-coordinate representation of color #75D61B: hue angle of 91.12º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75D61B is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 27 -
CMYK 0.45 0 0.87 0.16
HSL 91.12º 0.78% 0.47% -
HSV(B) 91.12º 0.87% 0.84% -
XYZ 31.58 51.95 9.4 -
YUV 163.68 50.86 94.71 -
System Red Green Blue C M Y K H S L
Decimal 117 214 27 0.45 0 0.87 0.16 91.12 0.78 0.47
Hex 75 D6 1B 2D 0 57 10 5B 4E 2F
Octal 165 326 33 55 0 127 20 133 116 57
Binary 1110101 11010110 11011 101101 0 1010111 10000 1011011 1001110 101111

Color Harmonies of #75D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D61B

Black with #75D61B

Text Example


Text Example

White with #75D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,214,27); }

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

background-color css

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

 a { background-color: rgb(117,214,27); }

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

border-color css

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

 span { border-color: rgb(117,214,27); }

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