Html Css Color HEX #75CB1C Lima

📋 copy color: '#75CB1C'

red 117 ◦ green 203 ◦ blue 28

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

Shades of Lima #75CB1C

Tints of Lima #75CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.33%

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 33.62%
G = 58.33%
B = 8.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#75CB1C (or 0x75CB1C) is known color: Lima. HEX triplet: 75, CB and 1C. RGB value is (117,203,28). Sum of RGB (Red+Green+Blue) = 117+203+28=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB1C is #8A34E3. Grayscale: #9D9D9D. Windows color (decimal): -9057508 or 1887093. OLE color: 1887093.

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

Color convert

RGB 117 203 28 -
CMYK 0.42 0 0.86 0.20
HSL 89.49º 0.76% 0.45% -
HSV(B) 89.49º 0.86% 0.8% -
XYZ 28.9 46.58 8.57 -
YUV 157.34 55.01 99.23 -
System Red Green Blue C M Y K H S L
Decimal 117 203 28 0.42 0 0.86 0.20 89.49 0.76 0.45
Hex 75 CB 1C 2A 0 56 14 59 4C 2D
Octal 165 313 34 52 0 126 24 131 114 55
Binary 1110101 11001011 11100 101010 0 1010110 10100 1011001 1001100 101101

Color Harmonies of #75CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB1C

Black with #75CB1C

Text Example


Text Example

White with #75CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,28); }

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

background-color css

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

 a { background-color: rgb(117,203,28); }

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

border-color css

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

 span { border-color: rgb(117,203,28); }

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