Html Css Color HEX #33C82F Lime Green

📋 copy color: '#33C82F'

red 51 ◦ green 200 ◦ blue 47

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

Shades of Lime Green #33C82F

Tints of Lime Green #33C82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 67.11%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 17.11%
G = 67.11%
B = 15.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#33C82F (or 0x33C82F) is known color: Lime Green. HEX triplet: 33, C8 and 2F. RGB value is (51,200,47). Sum of RGB (Red+Green+Blue) = 51+200+47=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #33C82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C82F is #CC37D0. Grayscale: #8A8A8A. Windows color (decimal): -13383633 or 3131443. OLE color: 3131443.

HSL color Cylindrical-coordinate representation of color #33C82F: hue angle of 118.43º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33C82F is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 200 47 -
CMYK 0.74 0 0.76 0.22
HSL 118.43º 0.62% 0.48% -
HSV(B) 118.43º 0.77% 0.78% -
XYZ 22.53 42.22 9.65 -
YUV 138.01 76.64 65.94 -
System Red Green Blue C M Y K H S L
Decimal 51 200 47 0.74 0 0.76 0.22 118.43 0.62 0.48
Hex 33 C8 2F 4A 0 4C 16 76 3E 30
Octal 63 310 57 112 0 114 26 166 76 60
Binary 110011 11001000 101111 1001010 0 1001100 10110 1110110 111110 110000

Color Harmonies of #33C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C82F

Black with #33C82F

Text Example


Text Example

White with #33C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,200,47); }

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

background-color css

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

 a { background-color: rgb(51,200,47); }

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

border-color css

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

 span { border-color: rgb(51,200,47); }

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