Html Css Color HEX #33C241 Lime Green

📋 copy color: '#33C241'

red 51 ◦ green 194 ◦ blue 65

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

Shades of Lime Green #33C241

Tints of Lime Green #33C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.58%

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

R = 16.45%
G = 62.58%
B = 20.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#33C241 (or 0x33C241) is known color: Lime Green. HEX triplet: 33, C2 and 41. RGB value is (51,194,65). Sum of RGB (Red+Green+Blue) = 51+194+65=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #33C241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C241 is #CC3DBE. Grayscale: #888888. Windows color (decimal): -13385151 or 4309555. OLE color: 4309555.

HSL color Cylindrical-coordinate representation of color #33C241: hue angle of 125.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C241 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 194 65 -
CMYK 0.74 0 0.66 0.24
HSL 125.87º 0.58% 0.48% -
HSV(B) 125.87º 0.74% 0.76% -
XYZ 21.61 39.67 11.52 -
YUV 136.54 87.62 66.99 -
System Red Green Blue C M Y K H S L
Decimal 51 194 65 0.74 0 0.66 0.24 125.87 0.58 0.48
Hex 33 C2 41 4A 0 42 18 7E 3A 30
Octal 63 302 101 112 0 102 30 176 72 60
Binary 110011 11000010 1000001 1001010 0 1000010 11000 1111110 111010 110000

Color Harmonies of #33C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C241

Black with #33C241

Text Example


Text Example

White with #33C241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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