Html Css Color HEX #82BC34 Limerick

📋 copy color: '#82BC34'

red 130 ◦ green 188 ◦ blue 52

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

Shades of Limerick #82BC34

Tints of Limerick #82BC34

RGB

 RED value IS 130 (51.17% from 255) = 35.14%

 GREEN value IS 188 (73.83% from 255) = 50.81%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 35.14%
G = 50.81%
B = 14.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#82BC34 (or 0x82BC34) is known color: Limerick. HEX triplet: 82, BC and 34. RGB value is (130,188,52). Sum of RGB (Red+Green+Blue) = 130+188+52=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC34 is #7D43CB. Grayscale: #9B9B9B. Windows color (decimal): -8209356 or 3456130. OLE color: 3456130.

HSL color Cylindrical-coordinate representation of color #82BC34: hue angle of 85.59º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82BC34 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 52 -
CMYK 0.31 0 0.72 0.26
HSL 85.59º 0.57% 0.47% -
HSV(B) 85.59º 0.72% 0.74% -
XYZ 27.81 40.96 9.69 -
YUV 155.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 130 188 52 0.31 0 0.72 0.26 85.59 0.57 0.47
Hex 82 BC 34 1F 0 48 1A 56 39 2F
Octal 202 274 64 37 0 110 32 126 71 57
Binary 10000010 10111100 110100 11111 0 1001000 11010 1010110 111001 101111

Color Harmonies of #82BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC34

Black with #82BC34

Text Example


Text Example

White with #82BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BC34; }

 p { color: rgb(130,188,52); }

 H1.HeaderClassName
 {
   color: #82BC34;
 }
 .AnyTagClassName
 {
   color: #82BC34;
 }
</style>

background-color css

<style>
 a { background-color: #82BC34; }

 a { background-color: rgb(130,188,52); }

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

border-color css

<style>
 span { border-color: #82BC34; }

 span { border-color: rgb(130,188,52); }

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