Html Css Color HEX #33BC40 Lime Green

📋 copy color: '#33BC40'

red 51 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #33BC40

Tints of Lime Green #33BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.05%

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

R = 16.83%
G = 62.05%
B = 21.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#33BC40 (or 0x33BC40) is known color: Lime Green. HEX triplet: 33, BC and 40. RGB value is (51,188,64). Sum of RGB (Red+Green+Blue) = 51+188+64=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC40 is #CC43BF. Grayscale: #858585. Windows color (decimal): -13386688 or 4242483. OLE color: 4242483.

HSL color Cylindrical-coordinate representation of color #33BC40: hue angle of 125.69º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 64 -
CMYK 0.73 0 0.66 0.26
HSL 125.69º 0.57% 0.47% -
HSV(B) 125.69º 0.73% 0.74% -
XYZ 20.27 37.04 10.93 -
YUV 132.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 51 188 64 0.73 0 0.66 0.26 125.69 0.57 0.47
Hex 33 BC 40 49 0 42 1A 7E 39 2F
Octal 63 274 100 111 0 102 32 176 71 57
Binary 110011 10111100 1000000 1001001 0 1000010 11010 1111110 111001 101111

Color Harmonies of #33BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC40

Black with #33BC40

Text Example


Text Example

White with #33BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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