Html Css Color HEX #33D141 Lime Green

📋 copy color: '#33D141'

red 51 ◦ green 209 ◦ blue 65

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

Shades of Lime Green #33D141

Tints of Lime Green #33D141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 64.31%

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

R = 15.69%
G = 64.31%
B = 20%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#33D141 (or 0x33D141) is known color: Lime Green. HEX triplet: 33, D1 and 41. RGB value is (51,209,65). Sum of RGB (Red+Green+Blue) = 51+209+65=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 209 (82.03% from 255 or 64.31% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 209 - color contains mainly: green. Hex color #33D141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D141 is #CC2EBE. Grayscale: #919191. Windows color (decimal): -13381311 or 4313395. OLE color: 4313395.

HSL color Cylindrical-coordinate representation of color #33D141: hue angle of 125.32º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D141 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 209 65 -
CMYK 0.76 0 0.69 0.18
HSL 125.32º 0.63% 0.51% -
HSV(B) 125.32º 0.76% 0.82% -
XYZ 25.12 46.69 12.69 -
YUV 145.34 82.65 60.71 -
System Red Green Blue C M Y K H S L
Decimal 51 209 65 0.76 0 0.69 0.18 125.32 0.63 0.51
Hex 33 D1 41 4C 0 45 12 7D 3F 33
Octal 63 321 101 114 0 105 22 175 77 63
Binary 110011 11010001 1000001 1001100 0 1000101 10010 1111101 111111 110011

Color Harmonies of #33D141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D141

Black with #33D141

Text Example


Text Example

White with #33D141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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