Html Css Color HEX #3DF335 Lime Green

📋 copy color: '#3DF335'

red 61 ◦ green 243 ◦ blue 53

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

Shades of Lime Green #3DF335

Tints of Lime Green #3DF335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.85%

R = 17.09%
G = 68.07%
B = 14.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#3DF335 (or 0x3DF335) is known color: Lime Green. HEX triplet: 3D, F3 and 35. RGB value is (61,243,53). Sum of RGB (Red+Green+Blue) = 61+243+53=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF335 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF335 is #C20CCA. Grayscale: #A7A7A7. Windows color (decimal): -12717259 or 3535677. OLE color: 3535677.

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

Color convert

RGB 61 243 53 -
CMYK 0.75 0 0.78 0.05
HSL 117.47º 0.89% 0.58% -
HSV(B) 117.47º 0.78% 0.95% -
XYZ 34.62 65.35 14.16 -
YUV 166.92 63.7 52.45 -
System Red Green Blue C M Y K H S L
Decimal 61 243 53 0.75 0 0.78 0.05 117.47 0.89 0.58
Hex 3D F3 35 4B 0 4E 5 75 59 3A
Octal 75 363 65 113 0 116 5 165 131 72
Binary 111101 11110011 110101 1001011 0 1001110 101 1110101 1011001 111010

Color Harmonies of #3DF335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF335

Black with #3DF335

Text Example


Text Example

White with #3DF335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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