Html Css Color HEX #84C30F Lima

📋 copy color: '#84C30F'

red 132 ◦ green 195 ◦ blue 15

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

Shades of Lima #84C30F

Tints of Lima #84C30F

RGB

 RED value IS 132 (51.95% from 255) = 38.6%

 GREEN value IS 195 (76.56% from 255) = 57.02%

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 38.6%
G = 57.02%
B = 4.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#84C30F (or 0x84C30F) is known color: Lima. HEX triplet: 84, C3 and 0F. RGB value is (132,195,15). Sum of RGB (Red+Green+Blue) = 132+195+15=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #84C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C30F is #7B3CF0. Grayscale: #9C9C9C. Windows color (decimal): -8076529 or 1033092. OLE color: 1033092.

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

Color convert

RGB 132 195 15 -
CMYK 0.32 0 0.92 0.24
HSL 81º 0.86% 0.41% -
HSV(B) 81º 0.92% 0.76% -
XYZ 29.12 43.97 7.4 -
YUV 155.64 48.63 111.14 -
System Red Green Blue C M Y K H S L
Decimal 132 195 15 0.32 0 0.92 0.24 81 0.86 0.41
Hex 84 C3 F 20 0 5C 18 51 56 29
Octal 204 303 17 40 0 134 30 121 126 51
Binary 10000100 11000011 1111 100000 0 1011100 11000 1010001 1010110 101001

Color Harmonies of #84C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C30F

Black with #84C30F

Text Example


Text Example

White with #84C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84C30F;
 }
 .AnyTagClassName
 {
   color: #84C30F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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