Html Css Color HEX #81BE24 Lima

📋 copy color: '#81BE24'

red 129 ◦ green 190 ◦ blue 36

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

Shades of Lima #81BE24

Tints of Lima #81BE24

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.52%

 BLUE value IS 36 (14.45% from 255) = 10.14%

R = 36.34%
G = 53.52%
B = 10.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#81BE24 (or 0x81BE24) is known color: Lima. HEX triplet: 81, BE and 24. RGB value is (129,190,36). Sum of RGB (Red+Green+Blue) = 129+190+36=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE24 is #7E41DB. Grayscale: #9A9A9A. Windows color (decimal): -8274396 or 2408065. OLE color: 2408065.

HSL color Cylindrical-coordinate representation of color #81BE24: hue angle of 83.77º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81BE24 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 190 36 -
CMYK 0.32 0 0.81 0.25
HSL 83.77º 0.68% 0.44% -
HSV(B) 83.77º 0.81% 0.75% -
XYZ 27.79 41.62 8.24 -
YUV 154.21 61.29 110.02 -
System Red Green Blue C M Y K H S L
Decimal 129 190 36 0.32 0 0.81 0.25 83.77 0.68 0.44
Hex 81 BE 24 20 0 51 19 54 44 2C
Octal 201 276 44 40 0 121 31 124 104 54
Binary 10000001 10111110 100100 100000 0 1010001 11001 1010100 1000100 101100

Color Harmonies of #81BE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BE24

Black with #81BE24

Text Example


Text Example

White with #81BE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,190,36); }

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

background-color css

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

 a { background-color: rgb(129,190,36); }

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

border-color css

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

 span { border-color: rgb(129,190,36); }

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