Html Css Color HEX #33BF42 Lime Green

📋 copy color: '#33BF42'

red 51 ◦ green 191 ◦ blue 66

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

Shades of Lime Green #33BF42

Tints of Lime Green #33BF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 16.56%
G = 62.01%
B = 21.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#33BF42 (or 0x33BF42) is known color: Lime Green. HEX triplet: 33, BF and 42. RGB value is (51,191,66). Sum of RGB (Red+Green+Blue) = 51+191+66=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF42 is #CC40BD. Grayscale: #878787. Windows color (decimal): -13385918 or 4374323. OLE color: 4374323.

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

Color convert

RGB 51 191 66 -
CMYK 0.73 0 0.65 0.25
HSL 126.43º 0.58% 0.47% -
HSV(B) 126.43º 0.73% 0.75% -
XYZ 20.98 38.36 11.45 -
YUV 134.89 89.12 68.16 -
System Red Green Blue C M Y K H S L
Decimal 51 191 66 0.73 0 0.65 0.25 126.43 0.58 0.47
Hex 33 BF 42 49 0 41 19 7E 3A 2F
Octal 63 277 102 111 0 101 31 176 72 57
Binary 110011 10111111 1000010 1001001 0 1000001 11001 1111110 111010 101111

Color Harmonies of #33BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF42

Black with #33BF42

Text Example


Text Example

White with #33BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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