Html Css Color HEX #3DF338 Lime Green

📋 copy color: '#3DF338'

red 61 ◦ green 243 ◦ blue 56

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

Shades of Lime Green #3DF338

Tints of Lime Green #3DF338

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.5%

 BLUE value IS 56 (22.27% from 255) = 15.56%

R = 16.94%
G = 67.5%
B = 15.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#3DF338 (or 0x3DF338) is known color: Lime Green. HEX triplet: 3D, F3 and 38. RGB value is (61,243,56). Sum of RGB (Red+Green+Blue) = 61+243+56=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF338 is #C20CC7. Grayscale: #A7A7A7. Windows color (decimal): -12717256 or 3732285. OLE color: 3732285.

HSL color Cylindrical-coordinate representation of color #3DF338: hue angle of 118.4º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DF338 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 243 56 -
CMYK 0.75 0 0.77 0.05
HSL 118.4º 0.89% 0.59% -
HSV(B) 118.4º 0.77% 0.95% -
XYZ 34.69 65.38 14.53 -
YUV 167.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 61 243 56 0.75 0 0.77 0.05 118.4 0.89 0.59
Hex 3D F3 38 4B 0 4D 5 76 59 3B
Octal 75 363 70 113 0 115 5 166 131 73
Binary 111101 11110011 111000 1001011 0 1001101 101 1110110 1011001 111011

Color Harmonies of #3DF338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF338

Black with #3DF338

Text Example


Text Example

White with #3DF338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,243,56); }

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

background-color css

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

 a { background-color: rgb(61,243,56); }

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

border-color css

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

 span { border-color: rgb(61,243,56); }

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