Html Css Color HEX #33F238 Lime Green

📋 copy color: '#33F238'

red 51 ◦ green 242 ◦ blue 56

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

Shades of Lime Green #33F238

Tints of Lime Green #33F238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 14.61%
G = 69.34%
B = 16.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#33F238 (or 0x33F238) is known color: Lime Green. HEX triplet: 33, F2 and 38. RGB value is (51,242,56). Sum of RGB (Red+Green+Blue) = 51+242+56=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #33F238 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F238 is #CC0DC7. Grayscale: #A4A4A4. Windows color (decimal): -13372872 or 3732019. OLE color: 3732019.

HSL color Cylindrical-coordinate representation of color #33F238: hue angle of 121.57º 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 #33F238 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 242 56 -
CMYK 0.79 0 0.77 0.05
HSL 121.57º 0.88% 0.57% -
HSV(B) 121.57º 0.79% 0.95% -
XYZ 33.83 64.49 14.41 -
YUV 163.69 67.22 47.62 -
System Red Green Blue C M Y K H S L
Decimal 51 242 56 0.79 0 0.77 0.05 121.57 0.88 0.57
Hex 33 F2 38 4F 0 4D 5 7A 58 39
Octal 63 362 70 117 0 115 5 172 130 71
Binary 110011 11110010 111000 1001111 0 1001101 101 1111010 1011000 111001

Color Harmonies of #33F238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F238

Black with #33F238

Text Example


Text Example

White with #33F238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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