Html Css Color HEX #33F52B Lime Green

📋 copy color: '#33F52B'

red 51 ◦ green 245 ◦ blue 43

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

Shades of Lime Green #33F52B

Tints of Lime Green #33F52B

RGB

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

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

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

R = 15.04%
G = 72.27%
B = 12.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#33F52B (or 0x33F52B) is known color: Lime Green. HEX triplet: 33, F5 and 2B. RGB value is (51,245,43). Sum of RGB (Red+Green+Blue) = 51+245+43=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 245 (96.09% from 255 or 72.27% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 245 - color contains mainly: green. Hex color #33F52B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F52B is #CC0AD4. Grayscale: #A4A4A4. Windows color (decimal): -13372117 or 2880819. OLE color: 2880819.

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

Color convert

RGB 51 245 43 -
CMYK 0.79 0 0.82 0.04
HSL 117.62º 0.91% 0.56% -
HSV(B) 117.62º 0.82% 0.96% -
XYZ 34.45 66.18 13.24 -
YUV 163.97 59.73 47.43 -
System Red Green Blue C M Y K H S L
Decimal 51 245 43 0.79 0 0.82 0.04 117.62 0.91 0.56
Hex 33 F5 2B 4F 0 52 4 76 5B 38
Octal 63 365 53 117 0 122 4 166 133 70
Binary 110011 11110101 101011 1001111 0 1010010 100 1110110 1011011 111000

Color Harmonies of #33F52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F52B

Black with #33F52B

Text Example


Text Example

White with #33F52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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