Html Css Color HEX #33B945 Lime Green

📋 copy color: '#33B945'

red 51 ◦ green 185 ◦ blue 69

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

Shades of Lime Green #33B945

Tints of Lime Green #33B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.66%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 16.72%
G = 60.66%
B = 22.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#33B945 (or 0x33B945) is known color: Lime Green. HEX triplet: 33, B9 and 45. RGB value is (51,185,69). Sum of RGB (Red+Green+Blue) = 51+185+69=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #33B945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B945 is #CC46BA. Grayscale: #848484. Windows color (decimal): -13387451 or 4569395. OLE color: 4569395.

HSL color Cylindrical-coordinate representation of color #33B945: hue angle of 128.06º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B945 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 185 69 -
CMYK 0.72 0 0.63 0.27
HSL 128.06º 0.57% 0.46% -
HSV(B) 128.06º 0.72% 0.73% -
XYZ 19.79 35.83 11.5 -
YUV 131.71 92.61 70.43 -
System Red Green Blue C M Y K H S L
Decimal 51 185 69 0.72 0 0.63 0.27 128.06 0.57 0.46
Hex 33 B9 45 48 0 3F 1B 80 39 2E
Octal 63 271 105 110 0 77 33 200 71 56
Binary 110011 10111001 1000101 1001000 0 111111 11011 10000000 111001 101110

Color Harmonies of #33B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B945

Black with #33B945

Text Example


Text Example

White with #33B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,185,69); }

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

background-color css

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

 a { background-color: rgb(51,185,69); }

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

border-color css

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

 span { border-color: rgb(51,185,69); }

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