Html Css Color HEX #33F241 Lime Green

📋 copy color: '#33F241'

red 51 ◦ green 242 ◦ blue 65

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

Shades of Lime Green #33F241

Tints of Lime Green #33F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.6%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 14.25%
G = 67.6%
B = 18.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#33F241 (or 0x33F241) is known color: Lime Green. HEX triplet: 33, F2 and 41. RGB value is (51,242,65). Sum of RGB (Red+Green+Blue) = 51+242+65=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #33F241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F241 is #CC0DBE. Grayscale: #A5A5A5. Windows color (decimal): -13372863 or 4321843. OLE color: 4321843.

HSL color Cylindrical-coordinate representation of color #33F241: hue angle of 124.4º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F241 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 242 65 -
CMYK 0.79 0 0.73 0.05
HSL 124.4º 0.88% 0.57% -
HSV(B) 124.4º 0.79% 0.95% -
XYZ 34.07 64.59 15.67 -
YUV 164.71 71.72 46.89 -
System Red Green Blue C M Y K H S L
Decimal 51 242 65 0.79 0 0.73 0.05 124.4 0.88 0.57
Hex 33 F2 41 4F 0 49 5 7C 58 39
Octal 63 362 101 117 0 111 5 174 130 71
Binary 110011 11110010 1000001 1001111 0 1001001 101 1111100 1011000 111001

Color Harmonies of #33F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F241

Black with #33F241

Text Example


Text Example

White with #33F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,242,65); }

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

background-color css

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

 a { background-color: rgb(51,242,65); }

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

border-color css

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

 span { border-color: rgb(51,242,65); }

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