Html Css Color HEX #76CA30 Lima

📋 copy color: '#76CA30'

red 118 ◦ green 202 ◦ blue 48

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

Shades of Lima #76CA30

Tints of Lima #76CA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.89%

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

R = 32.07%
G = 54.89%
B = 13.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#76CA30 (or 0x76CA30) is known color: Lima. HEX triplet: 76, CA and 30. RGB value is (118,202,48). Sum of RGB (Red+Green+Blue) = 118+202+48=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA30 is #8935CF. Grayscale: #9F9F9F. Windows color (decimal): -8992208 or 3197558. OLE color: 3197558.

HSL color Cylindrical-coordinate representation of color #76CA30: hue angle of 92.73º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76CA30 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 48 -
CMYK 0.42 0 0.76 0.21
HSL 92.73º 0.62% 0.49% -
HSV(B) 92.73º 0.76% 0.79% -
XYZ 29.13 46.31 10.2 -
YUV 159.33 65.17 98.52 -
System Red Green Blue C M Y K H S L
Decimal 118 202 48 0.42 0 0.76 0.21 92.73 0.62 0.49
Hex 76 CA 30 2A 0 4C 15 5D 3E 31
Octal 166 312 60 52 0 114 25 135 76 61
Binary 1110110 11001010 110000 101010 0 1001100 10101 1011101 111110 110001

Color Harmonies of #76CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA30

Black with #76CA30

Text Example


Text Example

White with #76CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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