Html Css Color HEX #33D640 Lime Green

📋 copy color: '#33D640'

red 51 ◦ green 214 ◦ blue 64

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

Shades of Lime Green #33D640

Tints of Lime Green #33D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.05%

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

R = 15.5%
G = 65.05%
B = 19.45%

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

#33D640 (or 0x33D640) is known color: Lime Green. HEX triplet: 33, D6 and 40. RGB value is (51,214,64). Sum of RGB (Red+Green+Blue) = 51+214+64=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #33D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D640 is #CC29BF. Grayscale: #949494. Windows color (decimal): -13380032 or 4249139. OLE color: 4249139.

HSL color Cylindrical-coordinate representation of color #33D640: hue angle of 124.79º degrees, saturation: 0.67, 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 #33D640 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 214 64 -
CMYK 0.76 0 0.70 0.16
HSL 124.79º 0.67% 0.52% -
HSV(B) 124.79º 0.76% 0.84% -
XYZ 26.34 49.17 12.95 -
YUV 148.16 80.5 58.7 -
System Red Green Blue C M Y K H S L
Decimal 51 214 64 0.76 0 0.70 0.16 124.79 0.67 0.52
Hex 33 D6 40 4C 0 46 10 7D 43 34
Octal 63 326 100 114 0 106 20 175 103 64
Binary 110011 11010110 1000000 1001100 0 1000110 10000 1111101 1000011 110100

Color Harmonies of #33D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D640

Black with #33D640

Text Example


Text Example

White with #33D640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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