Html Css Color HEX #81BD30 Lima

📋 copy color: '#81BD30'

red 129 ◦ green 189 ◦ blue 48

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

Shades of Lima #81BD30

Tints of Lima #81BD30

RGB

 RED value IS 129 (50.78% from 255) = 35.25%

 GREEN value IS 189 (74.22% from 255) = 51.64%

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

R = 35.25%
G = 51.64%
B = 13.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#81BD30 (or 0x81BD30) is known color: Lima. HEX triplet: 81, BD and 30. RGB value is (129,189,48). Sum of RGB (Red+Green+Blue) = 129+189+48=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD30 is #7E42CF. Grayscale: #9B9B9B. Windows color (decimal): -8274640 or 3194241. OLE color: 3194241.

HSL color Cylindrical-coordinate representation of color #81BD30: hue angle of 85.53º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81BD30 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 48 -
CMYK 0.32 0 0.75 0.26
HSL 85.53º 0.59% 0.46% -
HSV(B) 85.53º 0.75% 0.74% -
XYZ 27.78 41.28 9.3 -
YUV 154.99 67.62 109.46 -
System Red Green Blue C M Y K H S L
Decimal 129 189 48 0.32 0 0.75 0.26 85.53 0.59 0.46
Hex 81 BD 30 20 0 4B 1A 56 3B 2E
Octal 201 275 60 40 0 113 32 126 73 56
Binary 10000001 10111101 110000 100000 0 1001011 11010 1010110 111011 101110

Color Harmonies of #81BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD30

Black with #81BD30

Text Example


Text Example

White with #81BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81BD30; }

 p { color: rgb(129,189,48); }

 H1.HeaderClassName
 {
   color: #81BD30;
 }
 .AnyTagClassName
 {
   color: #81BD30;
 }
</style>

background-color css

<style>
 a { background-color: #81BD30; }

 a { background-color: rgb(129,189,48); }

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

border-color css

<style>
 span { border-color: #81BD30; }

 span { border-color: rgb(129,189,48); }

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