Html Css Color HEX #33BE40 Lime Green

📋 copy color: '#33BE40'

red 51 ◦ green 190 ◦ blue 64

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

Shades of Lime Green #33BE40

Tints of Lime Green #33BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.3%

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

R = 16.72%
G = 62.3%
B = 20.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#33BE40 (or 0x33BE40) is known color: Lime Green. HEX triplet: 33, BE and 40. RGB value is (51,190,64). Sum of RGB (Red+Green+Blue) = 51+190+64=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 190 (74.61% from 255 or 62.30% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BE40 is #CC41BF. Grayscale: #868686. Windows color (decimal): -13386176 or 4242995. OLE color: 4242995.

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

Color convert

RGB 51 190 64 -
CMYK 0.73 0 0.66 0.25
HSL 125.61º 0.58% 0.47% -
HSV(B) 125.61º 0.73% 0.75% -
XYZ 20.7 37.9 11.07 -
YUV 134.08 88.45 68.75 -
System Red Green Blue C M Y K H S L
Decimal 51 190 64 0.73 0 0.66 0.25 125.61 0.58 0.47
Hex 33 BE 40 49 0 42 19 7E 3A 2F
Octal 63 276 100 111 0 102 31 176 72 57
Binary 110011 10111110 1000000 1001001 0 1000010 11001 1111110 111010 101111

Color Harmonies of #33BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BE40

Black with #33BE40

Text Example


Text Example

White with #33BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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