Html Css Color HEX #33BF4A Lime Green

📋 copy color: '#33BF4A'

red 51 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #33BF4A

Tints of Lime Green #33BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 16.14%
G = 60.44%
B = 23.42%

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

#33BF4A (or 0x33BF4A) is known color: Lime Green. HEX triplet: 33, BF and 4A. RGB value is (51,191,74). Sum of RGB (Red+Green+Blue) = 51+191+74=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF4A is #CC40B5. Grayscale: #888888. Windows color (decimal): -13385910 or 4898611. OLE color: 4898611.

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

Color convert

RGB 51 191 74 -
CMYK 0.73 0 0.61 0.25
HSL 129.86º 0.58% 0.47% -
HSV(B) 129.86º 0.73% 0.75% -
XYZ 21.23 38.46 12.78 -
YUV 135.8 93.12 67.51 -
System Red Green Blue C M Y K H S L
Decimal 51 191 74 0.73 0 0.61 0.25 129.86 0.58 0.47
Hex 33 BF 4A 49 0 3D 19 82 3A 2F
Octal 63 277 112 111 0 75 31 202 72 57
Binary 110011 10111111 1001010 1001001 0 111101 11001 10000010 111010 101111

Color Harmonies of #33BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF4A

Black with #33BF4A

Text Example


Text Example

White with #33BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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