Html Css Color HEX #81BE27 Lima

📋 copy color: '#81BE27'

red 129 ◦ green 190 ◦ blue 39

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

Shades of Lima #81BE27

Tints of Lima #81BE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 36.03%
G = 53.07%
B = 10.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#81BE27 (or 0x81BE27) is known color: Lima. HEX triplet: 81, BE and 27. RGB value is (129,190,39). Sum of RGB (Red+Green+Blue) = 129+190+39=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE27 is #7E41D8. Grayscale: #9B9B9B. Windows color (decimal): -8274393 or 2604673. OLE color: 2604673.

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

Color convert

RGB 129 190 39 -
CMYK 0.32 0 0.79 0.25
HSL 84.24º 0.66% 0.45% -
HSV(B) 84.24º 0.79% 0.75% -
XYZ 27.83 41.64 8.49 -
YUV 154.55 62.79 109.78 -
System Red Green Blue C M Y K H S L
Decimal 129 190 39 0.32 0 0.79 0.25 84.24 0.66 0.45
Hex 81 BE 27 20 0 4F 19 54 42 2D
Octal 201 276 47 40 0 117 31 124 102 55
Binary 10000001 10111110 100111 100000 0 1001111 11001 1010100 1000010 101101

Color Harmonies of #81BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BE27

Black with #81BE27

Text Example


Text Example

White with #81BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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