Html Css Color HEX #33B42B Lime Green

📋 copy color: '#33B42B'

red 51 ◦ green 180 ◦ blue 43

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

Shades of Lime Green #33B42B

Tints of Lime Green #33B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 65.69%

 BLUE value IS 43 (17.19% from 255) = 15.69%

R = 18.61%
G = 65.69%
B = 15.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#33B42B (or 0x33B42B) is known color: Lime Green. HEX triplet: 33, B4 and 2B. RGB value is (51,180,43). Sum of RGB (Red+Green+Blue) = 51+180+43=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 180 (70.70% from 255 or 65.69% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 180 - color contains mainly: green. Hex color #33B42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B42B is #CC4BD4. Grayscale: #7E7E7E. Windows color (decimal): -13388757 or 2864179. OLE color: 2864179.

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

Color convert

RGB 51 180 43 -
CMYK 0.72 0 0.76 0.29
HSL 116.5º 0.61% 0.44% -
HSV(B) 116.5º 0.76% 0.71% -
XYZ 18.12 33.52 7.8 -
YUV 125.81 81.26 74.64 -
System Red Green Blue C M Y K H S L
Decimal 51 180 43 0.72 0 0.76 0.29 116.5 0.61 0.44
Hex 33 B4 2B 48 0 4C 1D 74 3D 2C
Octal 63 264 53 110 0 114 35 164 75 54
Binary 110011 10110100 101011 1001000 0 1001100 11101 1110100 111101 101100

Color Harmonies of #33B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B42B

Black with #33B42B

Text Example


Text Example

White with #33B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,180,43); }

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

background-color css

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

 a { background-color: rgb(51,180,43); }

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

border-color css

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

 span { border-color: rgb(51,180,43); }

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