Html Css Color HEX #75CC27 Lima

📋 copy color: '#75CC27'

red 117 ◦ green 204 ◦ blue 39

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

Shades of Lima #75CC27

Tints of Lima #75CC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 32.5%
G = 56.67%
B = 10.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#75CC27 (or 0x75CC27) is known color: Lima. HEX triplet: 75, CC and 27. RGB value is (117,204,39). Sum of RGB (Red+Green+Blue) = 117+204+39=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CC27 is #8A33D8. Grayscale: #9F9F9F. Windows color (decimal): -9057241 or 2608245. OLE color: 2608245.

HSL color Cylindrical-coordinate representation of color #75CC27: hue angle of 91.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75CC27 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 39 -
CMYK 0.43 0 0.81 0.2
HSL 91.64º 0.68% 0.48% -
HSV(B) 91.64º 0.81% 0.8% -
XYZ 29.3 47.11 9.47 -
YUV 159.18 60.18 97.92 -
System Red Green Blue C M Y K H S L
Decimal 117 204 39 0.43 0 0.81 0.2 91.64 0.68 0.48
Hex 75 CC 27 2B 0 51 14 5C 44 30
Octal 165 314 47 53 0 121 24 134 104 60
Binary 1110101 11001100 100111 101011 0 1010001 10100 1011100 1000100 110000

Color Harmonies of #75CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC27

Black with #75CC27

Text Example


Text Example

White with #75CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,39); }

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

background-color css

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

 a { background-color: rgb(117,204,39); }

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

border-color css

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

 span { border-color: rgb(117,204,39); }

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