Html Css Color HEX #33D540 Lime Green

📋 copy color: '#33D540'

red 51 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #33D540

Tints of Lime Green #33D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.94%

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

R = 15.55%
G = 64.94%
B = 19.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#33D540 (or 0x33D540) is known color: Lime Green. HEX triplet: 33, D5 and 40. RGB value is (51,213,64). Sum of RGB (Red+Green+Blue) = 51+213+64=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #33D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D540 is #CC2ABF. Grayscale: #949494. Windows color (decimal): -13380288 or 4248883. OLE color: 4248883.

HSL color Cylindrical-coordinate representation of color #33D540: hue angle of 124.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D540 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 213 64 -
CMYK 0.76 0 0.70 0.16
HSL 124.81º 0.66% 0.52% -
HSV(B) 124.81º 0.76% 0.84% -
XYZ 26.08 48.66 12.87 -
YUV 147.58 80.83 59.12 -
System Red Green Blue C M Y K H S L
Decimal 51 213 64 0.76 0 0.70 0.16 124.81 0.66 0.52
Hex 33 D5 40 4C 0 46 10 7D 42 34
Octal 63 325 100 114 0 106 20 175 102 64
Binary 110011 11010101 1000000 1001100 0 1000110 10000 1111101 1000010 110100

Color Harmonies of #33D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D540

Black with #33D540

Text Example


Text Example

White with #33D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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