Html Css Color HEX #33F150 Lime Green

📋 copy color: '#33F150'

red 51 ◦ green 241 ◦ blue 80

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

Shades of Lime Green #33F150

Tints of Lime Green #33F150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 13.71%
G = 64.78%
B = 21.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#33F150 (or 0x33F150) is known color: Lime Green. HEX triplet: 33, F1 and 50. RGB value is (51,241,80). Sum of RGB (Red+Green+Blue) = 51+241+80=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #33F150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F150 is #CC0EAF. Grayscale: #A6A6A6. Windows color (decimal): -13373104 or 5304627. OLE color: 5304627.

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

Color convert

RGB 51 241 80 -
CMYK 0.79 0 0.67 0.05
HSL 129.16º 0.87% 0.57% -
HSV(B) 129.16º 0.79% 0.95% -
XYZ 34.27 64.19 18.17 -
YUV 165.84 79.55 46.09 -
System Red Green Blue C M Y K H S L
Decimal 51 241 80 0.79 0 0.67 0.05 129.16 0.87 0.57
Hex 33 F1 50 4F 0 43 5 81 57 39
Octal 63 361 120 117 0 103 5 201 127 71
Binary 110011 11110001 1010000 1001111 0 1000011 101 10000001 1010111 111001

Color Harmonies of #33F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F150

Black with #33F150

Text Example


Text Example

White with #33F150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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