Html Css Color HEX #33F530 Lime Green

📋 copy color: '#33F530'

red 51 ◦ green 245 ◦ blue 48

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

Shades of Lime Green #33F530

Tints of Lime Green #33F530

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.22%

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 14.83%
G = 71.22%
B = 13.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#33F530 (or 0x33F530) is known color: Lime Green. HEX triplet: 33, F5 and 30. RGB value is (51,245,48). Sum of RGB (Red+Green+Blue) = 51+245+48=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #33F530 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F530 is #CC0ACF. Grayscale: #A5A5A5. Windows color (decimal): -13372112 or 3208499. OLE color: 3208499.

HSL color Cylindrical-coordinate representation of color #33F530: hue angle of 119.09º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33F530 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 245 48 -
CMYK 0.79 0 0.80 0.04
HSL 119.09º 0.91% 0.57% -
HSV(B) 119.09º 0.8% 0.96% -
XYZ 34.55 66.22 13.76 -
YUV 164.54 62.23 47.02 -
System Red Green Blue C M Y K H S L
Decimal 51 245 48 0.79 0 0.80 0.04 119.09 0.91 0.57
Hex 33 F5 30 4F 0 50 4 77 5B 39
Octal 63 365 60 117 0 120 4 167 133 71
Binary 110011 11110101 110000 1001111 0 1010000 100 1110111 1011011 111001

Color Harmonies of #33F530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F530

Black with #33F530

Text Example


Text Example

White with #33F530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,245,48); }

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

background-color css

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

 a { background-color: rgb(51,245,48); }

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

border-color css

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

 span { border-color: rgb(51,245,48); }

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