Html Css Color HEX #33FF3A Lime Green

📋 copy color: '#33FF3A'

red 51 ◦ green 255 ◦ blue 58

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

Shades of Lime Green #33FF3A

Tints of Lime Green #33FF3A

RGB

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

 GREEN value IS 255 (100% from 255) = 70.05%

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

R = 14.01%
G = 70.05%
B = 15.93%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#33FF3A (or 0x33FF3A) is known color: Lime Green. HEX triplet: 33, FF and 3A. RGB value is (51,255,58). Sum of RGB (Red+Green+Blue) = 51+255+58=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF3A is #CC00C5. Grayscale: #ACACAC. Windows color (decimal): -13369542 or 3866419. OLE color: 3866419.

HSL color Cylindrical-coordinate representation of color #33FF3A: hue angle of 122.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF3A is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 51 255 58 -
CMYK 0.8 0 0.77 0
HSL 122.06º 1% 0.6% -
HSV(B) 122.06º 0.8% 1% -
XYZ 37.89 72.53 16.01 -
YUV 171.55 63.91 42.02 -
System Red Green Blue C M Y K H S L
Decimal 51 255 58 0.8 0 0.77 0 122.06 1 0.6
Hex 33 FF 3A 50 0 4D 0 7A 64 3C
Octal 63 377 72 120 0 115 0 172 144 74
Binary 110011 11111111 111010 1010000 0 1001101 0 1111010 1100100 111100

Color Harmonies of #33FF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FF3A

Black with #33FF3A

Text Example


Text Example

White with #33FF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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