Html Css Color HEX #33F12C Lime Green

📋 copy color: '#33F12C'

red 51 ◦ green 241 ◦ blue 44

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

Shades of Lime Green #33F12C

Tints of Lime Green #33F12C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.73%

 BLUE value IS 44 (17.58% from 255) = 13.1%

R = 15.18%
G = 71.73%
B = 13.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#33F12C (or 0x33F12C) is known color: Lime Green. HEX triplet: 33, F1 and 2C. RGB value is (51,241,44). Sum of RGB (Red+Green+Blue) = 51+241+44=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #33F12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F12C is #CC0ED3. Grayscale: #A2A2A2. Windows color (decimal): -13373140 or 2945331. OLE color: 2945331.

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

Color convert

RGB 51 241 44 -
CMYK 0.79 0 0.82 0.05
HSL 117.87º 0.88% 0.56% -
HSV(B) 117.87º 0.82% 0.95% -
XYZ 33.28 63.8 12.94 -
YUV 161.73 61.55 49.02 -
System Red Green Blue C M Y K H S L
Decimal 51 241 44 0.79 0 0.82 0.05 117.87 0.88 0.56
Hex 33 F1 2C 4F 0 52 5 76 58 38
Octal 63 361 54 117 0 122 5 166 130 70
Binary 110011 11110001 101100 1001111 0 1010010 101 1110110 1011000 111000

Color Harmonies of #33F12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F12C

Black with #33F12C

Text Example


Text Example

White with #33F12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,241,44); }

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

background-color css

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

 a { background-color: rgb(51,241,44); }

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

border-color css

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

 span { border-color: rgb(51,241,44); }

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