#84C30A

Color #84C30A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84C30A

Tints of Lima #84C30A

Color information

#84C30A (or 0x84C30A) is unknown color: approx Lima. HEX triplet: 84, C3 and 0A. RGB value is (132,195,10). Sum of RGB (Red+Green+Blue) = 132+195+10=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #84C30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C30A is #7B3CF5. Grayscale: #9B9B9B. Windows color (decimal): -8076534 or 705412. OLE color: 705412.

HSL color Cylindrical-coordinate representation of color #84C30A: hue angle of 80.43º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84C30A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB13219510-
CMYK0.3200.950.24
HSL80.43º90.24%40.2%-
HSV(B)80.43º94.87%76.47%-
XYZ29.0943.967.24-
YUV155.0746.13111.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 195 (76.56% from 255) = 57.86%
BLUE value IS 10 (4.30% from 255) = 2.97%
R=39.17%
G=57.86%
B=2.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132195100.3200.950.2480.4390.2440.2
Hex84C3A2005F18505a28
Octal204303124001373012013250
Binary10000100110000111010100000010111111100010100001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C30A; }

 p { color: rgb(132,195,10); }

 H1.HeaderClassName
 {
   color: #84C30A;
 }
 .AnyTagClassName
 {
   color: #84C30A;
 }
</style>
background-color css

<style>
 a { background-color: #84C30A; }

 a { background-color: rgb(132,195,10); }

 div.DivClassName
 {
   background-color: #84C30A;
 }
 .BgClassName
 {
   background-color: #84C30A;
 }
</style>
border-color css

<style>
 span { border-color: #84C30A; }

 span { border-color: rgb(132,195,10); }

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