Html Css Color HEX #33B541 Lime Green

📋 copy color: '#33B541'

red 51 ◦ green 181 ◦ blue 65

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

Shades of Lime Green #33B541

Tints of Lime Green #33B541

RGB

 RED value IS 51 (20.31% from 255) = 17.17%

 GREEN value IS 181 (71.09% from 255) = 60.94%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 17.17%
G = 60.94%
B = 21.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#33B541 (or 0x33B541) is known color: Lime Green. HEX triplet: 33, B5 and 41. RGB value is (51,181,65). Sum of RGB (Red+Green+Blue) = 51+181+65=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #33B541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B541 is #CC4ABE. Grayscale: #818181. Windows color (decimal): -13388479 or 4306227. OLE color: 4306227.

HSL color Cylindrical-coordinate representation of color #33B541: hue angle of 126.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B541 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 181 65 -
CMYK 0.72 0 0.64 0.29
HSL 126.46º 0.56% 0.45% -
HSV(B) 126.46º 0.72% 0.71% -
XYZ 18.84 34.13 10.6 -
YUV 128.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 51 181 65 0.72 0 0.64 0.29 126.46 0.56 0.45
Hex 33 B5 41 48 0 40 1D 7E 38 2D
Octal 63 265 101 110 0 100 35 176 70 55
Binary 110011 10110101 1000001 1001000 0 1000000 11101 1111110 111000 101101

Color Harmonies of #33B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B541

Black with #33B541

Text Example


Text Example

White with #33B541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B541; }

 p { color: rgb(51,181,65); }

 H1.HeaderClassName
 {
   color: #33B541;
 }
 .AnyTagClassName
 {
   color: #33B541;
 }
</style>

background-color css

<style>
 a { background-color: #33B541; }

 a { background-color: rgb(51,181,65); }

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

border-color css

<style>
 span { border-color: #33B541; }

 span { border-color: rgb(51,181,65); }

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