Html Css Color HEX #76CF24 Lima

📋 copy color: '#76CF24'

red 118 ◦ green 207 ◦ blue 36

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

Shades of Lima #76CF24

Tints of Lima #76CF24

RGB

 RED value IS 118 (46.48% from 255) = 32.69%

 GREEN value IS 207 (81.25% from 255) = 57.34%

 BLUE value IS 36 (14.45% from 255) = 9.97%

R = 32.69%
G = 57.34%
B = 9.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#76CF24 (or 0x76CF24) is known color: Lima. HEX triplet: 76, CF and 24. RGB value is (118,207,36). Sum of RGB (Red+Green+Blue) = 118+207+36=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF24 is #8930DB. Grayscale: #A1A1A1. Windows color (decimal): -8990940 or 2412406. OLE color: 2412406.

HSL color Cylindrical-coordinate representation of color #76CF24: hue angle of 91.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76CF24 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 207 36 -
CMYK 0.43 0 0.83 0.19
HSL 91.23º 0.7% 0.48% -
HSV(B) 91.23º 0.83% 0.81% -
XYZ 30.1 48.6 9.46 -
YUV 160.9 57.51 97.4 -
System Red Green Blue C M Y K H S L
Decimal 118 207 36 0.43 0 0.83 0.19 91.23 0.7 0.48
Hex 76 CF 24 2B 0 53 13 5B 46 30
Octal 166 317 44 53 0 123 23 133 106 60
Binary 1110110 11001111 100100 101011 0 1010011 10011 1011011 1000110 110000

Color Harmonies of #76CF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF24

Black with #76CF24

Text Example


Text Example

White with #76CF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CF24; }

 p { color: rgb(118,207,36); }

 H1.HeaderClassName
 {
   color: #76CF24;
 }
 .AnyTagClassName
 {
   color: #76CF24;
 }
</style>

background-color css

<style>
 a { background-color: #76CF24; }

 a { background-color: rgb(118,207,36); }

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

border-color css

<style>
 span { border-color: #76CF24; }

 span { border-color: rgb(118,207,36); }

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