Html Css Color HEX #33D941 Lime Green

📋 copy color: '#33D941'

red 51 ◦ green 217 ◦ blue 65

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

Shades of Lime Green #33D941

Tints of Lime Green #33D941

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.17%

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

R = 15.32%
G = 65.17%
B = 19.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#33D941 (or 0x33D941) is known color: Lime Green. HEX triplet: 33, D9 and 41. RGB value is (51,217,65). Sum of RGB (Red+Green+Blue) = 51+217+65=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #33D941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D941 is #CC26BE. Grayscale: #969696. Windows color (decimal): -13379263 or 4315443. OLE color: 4315443.

HSL color Cylindrical-coordinate representation of color #33D941: hue angle of 125.06º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D941 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 217 65 -
CMYK 0.76 0 0.70 0.15
HSL 125.06º 0.69% 0.53% -
HSV(B) 125.06º 0.76% 0.85% -
XYZ 27.13 50.71 13.36 -
YUV 150.04 80 57.36 -
System Red Green Blue C M Y K H S L
Decimal 51 217 65 0.76 0 0.70 0.15 125.06 0.69 0.53
Hex 33 D9 41 4C 0 46 F 7D 45 35
Octal 63 331 101 114 0 106 17 175 105 65
Binary 110011 11011001 1000001 1001100 0 1000110 1111 1111101 1000101 110101

Color Harmonies of #33D941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D941

Black with #33D941

Text Example


Text Example

White with #33D941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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