Html Css Color HEX #75CE12 Lima

📋 copy color: '#75CE12'

red 117 ◦ green 206 ◦ blue 18

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

Shades of Lima #75CE12

Tints of Lima #75CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 34.31%
G = 60.41%
B = 5.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#75CE12 (or 0x75CE12) is known color: Lima. HEX triplet: 75, CE and 12. RGB value is (117,206,18). Sum of RGB (Red+Green+Blue) = 117+206+18=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CE12 is #8A31ED. Grayscale: #9E9E9E. Windows color (decimal): -9056750 or 1232501. OLE color: 1232501.

HSL color Cylindrical-coordinate representation of color #75CE12: hue angle of 88.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75CE12 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 18 -
CMYK 0.43 0 0.91 0.19
HSL 88.4º 0.84% 0.44% -
HSV(B) 88.4º 0.91% 0.81% -
XYZ 29.52 47.97 8.28 -
YUV 157.96 49.01 98.79 -
System Red Green Blue C M Y K H S L
Decimal 117 206 18 0.43 0 0.91 0.19 88.4 0.84 0.44
Hex 75 CE 12 2B 0 5B 13 58 54 2C
Octal 165 316 22 53 0 133 23 130 124 54
Binary 1110101 11001110 10010 101011 0 1011011 10011 1011000 1010100 101100

Color Harmonies of #75CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE12

Black with #75CE12

Text Example


Text Example

White with #75CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,18); }

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

background-color css

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

 a { background-color: rgb(117,206,18); }

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

border-color css

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

 span { border-color: rgb(117,206,18); }

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