Html Css Color HEX #3DF933 Lime Green

📋 copy color: '#3DF933'

red 61 ◦ green 249 ◦ blue 51

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

Shades of Lime Green #3DF933

Tints of Lime Green #3DF933

RGB

 RED value IS 61 (24.22% from 255) = 16.9%

 GREEN value IS 249 (97.66% from 255) = 68.98%

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 16.9%
G = 68.98%
B = 14.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#3DF933 (or 0x3DF933) is known color: Lime Green. HEX triplet: 3D, F9 and 33. RGB value is (61,249,51). Sum of RGB (Red+Green+Blue) = 61+249+51=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF933 is #C206CC. Grayscale: #AAAAAA. Windows color (decimal): -12715725 or 3406141. OLE color: 3406141.

HSL color Cylindrical-coordinate representation of color #3DF933: hue angle of 116.97º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DF933 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 249 51 -
CMYK 0.76 0 0.80 0.02
HSL 116.97º 0.94% 0.59% -
HSV(B) 116.97º 0.8% 0.98% -
XYZ 36.4 68.98 14.53 -
YUV 170.22 60.72 50.1 -
System Red Green Blue C M Y K H S L
Decimal 61 249 51 0.76 0 0.80 0.02 116.97 0.94 0.59
Hex 3D F9 33 4C 0 50 2 75 5E 3B
Octal 75 371 63 114 0 120 2 165 136 73
Binary 111101 11111001 110011 1001100 0 1010000 10 1110101 1011110 111011

Color Harmonies of #3DF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF933

Black with #3DF933

Text Example


Text Example

White with #3DF933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DF933; }

 p { color: rgb(61,249,51); }

 H1.HeaderClassName
 {
   color: #3DF933;
 }
 .AnyTagClassName
 {
   color: #3DF933;
 }
</style>

background-color css

<style>
 a { background-color: #3DF933; }

 a { background-color: rgb(61,249,51); }

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

border-color css

<style>
 span { border-color: #3DF933; }

 span { border-color: rgb(61,249,51); }

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