Html Css Color HEX #33BF4B Lime Green

📋 copy color: '#33BF4B'

red 51 ◦ green 191 ◦ blue 75

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

Shades of Lime Green #33BF4B

Tints of Lime Green #33BF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 16.09%
G = 60.25%
B = 23.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#33BF4B (or 0x33BF4B) is known color: Lime Green. HEX triplet: 33, BF and 4B. RGB value is (51,191,75). Sum of RGB (Red+Green+Blue) = 51+191+75=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF4B is #CC40B4. Grayscale: #888888. Windows color (decimal): -13385909 or 4964147. OLE color: 4964147.

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

Color convert

RGB 51 191 75 -
CMYK 0.73 0 0.61 0.25
HSL 130.29º 0.58% 0.47% -
HSV(B) 130.29º 0.73% 0.75% -
XYZ 21.27 38.47 12.96 -
YUV 135.92 93.62 67.43 -
System Red Green Blue C M Y K H S L
Decimal 51 191 75 0.73 0 0.61 0.25 130.29 0.58 0.47
Hex 33 BF 4B 49 0 3D 19 82 3A 2F
Octal 63 277 113 111 0 75 31 202 72 57
Binary 110011 10111111 1001011 1001001 0 111101 11001 10000010 111010 101111

Color Harmonies of #33BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF4B

Black with #33BF4B

Text Example


Text Example

White with #33BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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