Html Css Color HEX #33BC4B Lime Green

📋 copy color: '#33BC4B'

red 51 ◦ green 188 ◦ blue 75

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

Shades of Lime Green #33BC4B

Tints of Lime Green #33BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

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

R = 16.24%
G = 59.87%
B = 23.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#33BC4B (or 0x33BC4B) is known color: Lime Green. HEX triplet: 33, BC and 4B. RGB value is (51,188,75). Sum of RGB (Red+Green+Blue) = 51+188+75=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC4B is #CC43B4. Grayscale: #868686. Windows color (decimal): -13386677 or 4963379. OLE color: 4963379.

HSL color Cylindrical-coordinate representation of color #33BC4B: hue angle of 130.51º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC4B is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 75 -
CMYK 0.73 0 0.60 0.26
HSL 130.51º 0.57% 0.47% -
HSV(B) 130.51º 0.73% 0.74% -
XYZ 20.62 37.18 12.75 -
YUV 134.16 94.61 68.69 -
System Red Green Blue C M Y K H S L
Decimal 51 188 75 0.73 0 0.60 0.26 130.51 0.57 0.47
Hex 33 BC 4B 49 0 3C 1A 83 39 2F
Octal 63 274 113 111 0 74 32 203 71 57
Binary 110011 10111100 1001011 1001001 0 111100 11010 10000011 111001 101111

Color Harmonies of #33BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC4B

Black with #33BC4B

Text Example


Text Example

White with #33BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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