Html Css Color HEX #33BF40 Lime Green

📋 copy color: '#33BF40'

red 51 ◦ green 191 ◦ blue 64

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

Shades of Lime Green #33BF40

Tints of Lime Green #33BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 62.42%

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

R = 16.67%
G = 62.42%
B = 20.92%

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

#33BF40 (or 0x33BF40) is known color: Lime Green. HEX triplet: 33, BF and 40. RGB value is (51,191,64). Sum of RGB (Red+Green+Blue) = 51+191+64=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF40 is #CC40BF. Grayscale: #878787. Windows color (decimal): -13385920 or 4243251. OLE color: 4243251.

HSL color Cylindrical-coordinate representation of color #33BF40: hue angle of 125.57º 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 #33BF40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 191 64 -
CMYK 0.73 0 0.66 0.25
HSL 125.57º 0.58% 0.47% -
HSV(B) 125.57º 0.73% 0.75% -
XYZ 20.92 38.34 11.15 -
YUV 134.66 88.12 68.33 -
System Red Green Blue C M Y K H S L
Decimal 51 191 64 0.73 0 0.66 0.25 125.57 0.58 0.47
Hex 33 BF 40 49 0 42 19 7E 3A 2F
Octal 63 277 100 111 0 102 31 176 72 57
Binary 110011 10111111 1000000 1001001 0 1000010 11001 1111110 111010 101111

Color Harmonies of #33BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF40

Black with #33BF40

Text Example


Text Example

White with #33BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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