Html Css Color HEX #33C640 Lime Green

📋 copy color: '#33C640'

red 51 ◦ green 198 ◦ blue 64

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

Shades of Lime Green #33C640

Tints of Lime Green #33C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.26%

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

R = 16.29%
G = 63.26%
B = 20.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#33C640 (or 0x33C640) is known color: Lime Green. HEX triplet: 33, C6 and 40. RGB value is (51,198,64). Sum of RGB (Red+Green+Blue) = 51+198+64=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 198 (77.73% from 255 or 63.26% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 198 - color contains mainly: green. Hex color #33C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C640 is #CC39BF. Grayscale: #8B8B8B. Windows color (decimal): -13384128 or 4245043. OLE color: 4245043.

HSL color Cylindrical-coordinate representation of color #33C640: hue angle of 125.31º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C640 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 198 64 -
CMYK 0.74 0 0.68 0.22
HSL 125.31º 0.59% 0.49% -
HSV(B) 125.31º 0.74% 0.78% -
XYZ 22.48 41.46 11.67 -
YUV 138.77 85.8 65.4 -
System Red Green Blue C M Y K H S L
Decimal 51 198 64 0.74 0 0.68 0.22 125.31 0.59 0.49
Hex 33 C6 40 4A 0 44 16 7D 3B 31
Octal 63 306 100 112 0 104 26 175 73 61
Binary 110011 11000110 1000000 1001010 0 1000100 10110 1111101 111011 110001

Color Harmonies of #33C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C640

Black with #33C640

Text Example


Text Example

White with #33C640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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