Html Css Color HEX #33C440 Lime Green

📋 copy color: '#33C440'

red 51 ◦ green 196 ◦ blue 64

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

Shades of Lime Green #33C440

Tints of Lime Green #33C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.02%

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

R = 16.4%
G = 63.02%
B = 20.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#33C440 (or 0x33C440) is known color: Lime Green. HEX triplet: 33, C4 and 40. RGB value is (51,196,64). Sum of RGB (Red+Green+Blue) = 51+196+64=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #33C440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C440 is #CC3BBF. Grayscale: #898989. Windows color (decimal): -13384640 or 4244531. OLE color: 4244531.

HSL color Cylindrical-coordinate representation of color #33C440: hue angle of 125.38º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C440 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 51 196 64 -
CMYK 0.74 0 0.67 0.23
HSL 125.38º 0.59% 0.48% -
HSV(B) 125.38º 0.74% 0.77% -
XYZ 22.03 40.55 11.52 -
YUV 137.6 86.46 66.23 -
System Red Green Blue C M Y K H S L
Decimal 51 196 64 0.74 0 0.67 0.23 125.38 0.59 0.48
Hex 33 C4 40 4A 0 43 17 7D 3B 30
Octal 63 304 100 112 0 103 27 175 73 60
Binary 110011 11000100 1000000 1001010 0 1000011 10111 1111101 111011 110000

Color Harmonies of #33C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C440

Black with #33C440

Text Example


Text Example

White with #33C440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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