Html Css Color HEX #75CA1B Lima

📋 copy color: '#75CA1B'

red 117 ◦ green 202 ◦ blue 27

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

Shades of Lima #75CA1B

Tints of Lima #75CA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.38%

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

R = 33.82%
G = 58.38%
B = 7.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#75CA1B (or 0x75CA1B) is known color: Lima. HEX triplet: 75, CA and 1B. RGB value is (117,202,27). Sum of RGB (Red+Green+Blue) = 117+202+27=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CA1B is #8A35E4. Grayscale: #9D9D9D. Windows color (decimal): -9057765 or 1821301. OLE color: 1821301.

HSL color Cylindrical-coordinate representation of color #75CA1B: hue angle of 89.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75CA1B is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 27 -
CMYK 0.42 0 0.87 0.21
HSL 89.14º 0.76% 0.45% -
HSV(B) 89.14º 0.87% 0.79% -
XYZ 28.65 46.1 8.43 -
YUV 156.64 54.84 99.73 -
System Red Green Blue C M Y K H S L
Decimal 117 202 27 0.42 0 0.87 0.21 89.14 0.76 0.45
Hex 75 CA 1B 2A 0 57 15 59 4C 2D
Octal 165 312 33 52 0 127 25 131 114 55
Binary 1110101 11001010 11011 101010 0 1010111 10101 1011001 1001100 101101

Color Harmonies of #75CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA1B

Black with #75CA1B

Text Example


Text Example

White with #75CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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