#84BF23

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

Shades of Lima #84BF23

Tints of Lima #84BF23

Color information

#84BF23 (or 0x84BF23) is unknown color: approx Lima. HEX triplet: 84, BF and 23. RGB value is (132,191,35). Sum of RGB (Red+Green+Blue) = 132+191+35=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BF23 is #7B40DC. Grayscale: #9C9C9C. Windows color (decimal): -8077533 or 2342788. OLE color: 2342788.

HSL color Cylindrical-coordinate representation of color #84BF23: hue angle of 82.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84BF23 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB13219135-
CMYK0.3100.820.25
HSL82.69º69.03%44.31%-
HSV(B)82.69º81.68%74.9%-
XYZ28.4542.298.25-
YUV155.5759.95111.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 191 (75% from 255) = 53.35%
BLUE value IS 35 (14.06% from 255) = 9.78%
R=36.87%
G=53.35%
B=9.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132191350.3100.820.2582.6969.0344.31
Hex84BF231F0521953452c
Octal204277433701223112310554
Binary100001001011111110001111111010100101100110100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,35); }

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

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

 a { background-color: rgb(132,191,35); }

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

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

 span { border-color: rgb(132,191,35); }

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