Html Css Color HEX #33BD3A Lime Green

📋 copy color: '#33BD3A'

red 51 ◦ green 189 ◦ blue 58

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

Shades of Lime Green #33BD3A

Tints of Lime Green #33BD3A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.42%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 17.11%
G = 63.42%
B = 19.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#33BD3A (or 0x33BD3A) is known color: Lime Green. HEX triplet: 33, BD and 3A. RGB value is (51,189,58). Sum of RGB (Red+Green+Blue) = 51+189+58=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD3A is #CC42C5. Grayscale: #858585. Windows color (decimal): -13386438 or 3849523. OLE color: 3849523.

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

Color convert

RGB 51 189 58 -
CMYK 0.73 0 0.69 0.26
HSL 123.04º 0.58% 0.47% -
HSV(B) 123.04º 0.73% 0.74% -
XYZ 20.33 37.4 10.15 -
YUV 132.8 85.78 69.65 -
System Red Green Blue C M Y K H S L
Decimal 51 189 58 0.73 0 0.69 0.26 123.04 0.58 0.47
Hex 33 BD 3A 49 0 45 1A 7B 3A 2F
Octal 63 275 72 111 0 105 32 173 72 57
Binary 110011 10111101 111010 1001001 0 1000101 11010 1111011 111010 101111

Color Harmonies of #33BD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BD3A

Black with #33BD3A

Text Example


Text Example

White with #33BD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,189,58); }

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

background-color css

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

 a { background-color: rgb(51,189,58); }

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

border-color css

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

 span { border-color: rgb(51,189,58); }

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