Html Css Color HEX #33DA40 Lime Green

📋 copy color: '#33DA40'

red 51 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #33DA40

Tints of Lime Green #33DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.47%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 15.32%
G = 65.47%
B = 19.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#33DA40 (or 0x33DA40) is known color: Lime Green. HEX triplet: 33, DA and 40. RGB value is (51,218,64). Sum of RGB (Red+Green+Blue) = 51+218+64=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 218 (85.55% from 255 or 65.47% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DA40 is #CC25BF. Grayscale: #969696. Windows color (decimal): -13379008 or 4250163. OLE color: 4250163.

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

Color convert

RGB 51 218 64 -
CMYK 0.77 0 0.71 0.15
HSL 124.67º 0.69% 0.53% -
HSV(B) 124.67º 0.77% 0.85% -
XYZ 27.36 51.22 13.29 -
YUV 150.51 79.17 57.02 -
System Red Green Blue C M Y K H S L
Decimal 51 218 64 0.77 0 0.71 0.15 124.67 0.69 0.53
Hex 33 DA 40 4D 0 47 F 7D 45 35
Octal 63 332 100 115 0 107 17 175 105 65
Binary 110011 11011010 1000000 1001101 0 1000111 1111 1111101 1000101 110101

Color Harmonies of #33DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DA40

Black with #33DA40

Text Example


Text Example

White with #33DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,218,64); }

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

background-color css

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

 a { background-color: rgb(51,218,64); }

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

border-color css

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

 span { border-color: rgb(51,218,64); }

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