Html Css Color HEX #76CD30 Lima

📋 copy color: '#76CD30'

red 118 ◦ green 205 ◦ blue 48

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

Shades of Lima #76CD30

Tints of Lima #76CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.26%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 31.81%
G = 55.26%
B = 12.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#76CD30 (or 0x76CD30) is known color: Lima. HEX triplet: 76, CD and 30. RGB value is (118,205,48). Sum of RGB (Red+Green+Blue) = 118+205+48=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CD30 is #8932CF. Grayscale: #A1A1A1. Windows color (decimal): -8991440 or 3198326. OLE color: 3198326.

HSL color Cylindrical-coordinate representation of color #76CD30: hue angle of 93.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76CD30 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 48 -
CMYK 0.42 0 0.77 0.20
HSL 93.25º 0.62% 0.5% -
HSV(B) 93.25º 0.77% 0.8% -
XYZ 29.84 47.73 10.44 -
YUV 161.09 64.18 97.27 -
System Red Green Blue C M Y K H S L
Decimal 118 205 48 0.42 0 0.77 0.20 93.25 0.62 0.5
Hex 76 CD 30 2A 0 4D 14 5D 3E 32
Octal 166 315 60 52 0 115 24 135 76 62
Binary 1110110 11001101 110000 101010 0 1001101 10100 1011101 111110 110010

Color Harmonies of #76CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD30

Black with #76CD30

Text Example


Text Example

White with #76CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,205,48); }

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

background-color css

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

 a { background-color: rgb(118,205,48); }

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

border-color css

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

 span { border-color: rgb(118,205,48); }

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