Html Css Color HEX #33C121 Lime Green

📋 copy color: '#33C121'

red 51 ◦ green 193 ◦ blue 33

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

Shades of Lime Green #33C121

Tints of Lime Green #33C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.68%

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 18.41%
G = 69.68%
B = 11.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#33C121 (or 0x33C121) is known color: Lime Green. HEX triplet: 33, C1 and 21. RGB value is (51,193,33). Sum of RGB (Red+Green+Blue) = 51+193+33=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #33C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C121 is #CC3EDE. Grayscale: #848484. Windows color (decimal): -13385439 or 2212147. OLE color: 2212147.

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

Color convert

RGB 51 193 33 -
CMYK 0.74 0 0.83 0.24
HSL 113.25º 0.71% 0.44% -
HSV(B) 113.25º 0.83% 0.76% -
XYZ 20.71 38.95 7.87 -
YUV 132.3 71.96 70.01 -
System Red Green Blue C M Y K H S L
Decimal 51 193 33 0.74 0 0.83 0.24 113.25 0.71 0.44
Hex 33 C1 21 4A 0 53 18 71 47 2C
Octal 63 301 41 112 0 123 30 161 107 54
Binary 110011 11000001 100001 1001010 0 1010011 11000 1110001 1000111 101100

Color Harmonies of #33C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C121

Black with #33C121

Text Example


Text Example

White with #33C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,193,33); }

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

background-color css

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

 a { background-color: rgb(51,193,33); }

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

border-color css

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

 span { border-color: rgb(51,193,33); }

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