Html Css Color HEX #33C94D Lime Green

📋 copy color: '#33C94D'

red 51 ◦ green 201 ◦ blue 77

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

Shades of Lime Green #33C94D

Tints of Lime Green #33C94D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.09%

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

R = 15.5%
G = 61.09%
B = 23.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#33C94D (or 0x33C94D) is known color: Lime Green. HEX triplet: 33, C9 and 4D. RGB value is (51,201,77). Sum of RGB (Red+Green+Blue) = 51+201+77=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #33C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C94D is #CC36B2. Grayscale: #8E8E8E. Windows color (decimal): -13383347 or 5097779. OLE color: 5097779.

HSL color Cylindrical-coordinate representation of color #33C94D: hue angle of 130.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C94D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 201 77 -
CMYK 0.75 0 0.62 0.21
HSL 130.4º 0.6% 0.49% -
HSV(B) 130.4º 0.75% 0.79% -
XYZ 23.59 43.01 14.08 -
YUV 142.01 91.31 63.08 -
System Red Green Blue C M Y K H S L
Decimal 51 201 77 0.75 0 0.62 0.21 130.4 0.6 0.49
Hex 33 C9 4D 4B 0 3E 15 82 3C 31
Octal 63 311 115 113 0 76 25 202 74 61
Binary 110011 11001001 1001101 1001011 0 111110 10101 10000010 111100 110001

Color Harmonies of #33C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C94D

Black with #33C94D

Text Example


Text Example

White with #33C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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