Html Css Color HEX #33C04D Lime Green

📋 copy color: '#33C04D'

red 51 ◦ green 192 ◦ blue 77

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

Shades of Lime Green #33C04D

Tints of Lime Green #33C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 15.94%
G = 60%
B = 24.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#33C04D (or 0x33C04D) is known color: Lime Green. HEX triplet: 33, C0 and 4D. RGB value is (51,192,77). Sum of RGB (Red+Green+Blue) = 51+192+77=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #33C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C04D is #CC3FB2. Grayscale: #898989. Windows color (decimal): -13385651 or 5095475. OLE color: 5095475.

HSL color Cylindrical-coordinate representation of color #33C04D: hue angle of 131.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C04D is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 77 -
CMYK 0.73 0 0.60 0.25
HSL 131.06º 0.58% 0.48% -
HSV(B) 131.06º 0.73% 0.75% -
XYZ 21.55 38.94 13.4 -
YUV 136.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 51 192 77 0.73 0 0.60 0.25 131.06 0.58 0.48
Hex 33 C0 4D 49 0 3C 19 83 3A 30
Octal 63 300 115 111 0 74 31 203 72 60
Binary 110011 11000000 1001101 1001001 0 111100 11001 10000011 111010 110000

Color Harmonies of #33C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C04D

Black with #33C04D

Text Example


Text Example

White with #33C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,77); }

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

background-color css

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

 a { background-color: rgb(51,192,77); }

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

border-color css

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

 span { border-color: rgb(51,192,77); }

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