Html Css Color HEX #3DF23A Lime Green

📋 copy color: '#3DF23A'

red 61 ◦ green 242 ◦ blue 58

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

Shades of Lime Green #3DF23A

Tints of Lime Green #3DF23A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.04%

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 16.9%
G = 67.04%
B = 16.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#3DF23A (or 0x3DF23A) is known color: Lime Green. HEX triplet: 3D, F2 and 3A. RGB value is (61,242,58). Sum of RGB (Red+Green+Blue) = 61+242+58=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF23A is #C20DC5. Grayscale: #A7A7A7. Windows color (decimal): -12717510 or 3863101. OLE color: 3863101.

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

Color convert

RGB 61 242 58 -
CMYK 0.75 0 0.76 0.05
HSL 119.02º 0.88% 0.59% -
HSV(B) 119.02º 0.76% 0.95% -
XYZ 34.44 64.8 14.7 -
YUV 166.91 66.53 52.46 -
System Red Green Blue C M Y K H S L
Decimal 61 242 58 0.75 0 0.76 0.05 119.02 0.88 0.59
Hex 3D F2 3A 4B 0 4C 5 77 58 3B
Octal 75 362 72 113 0 114 5 167 130 73
Binary 111101 11110010 111010 1001011 0 1001100 101 1110111 1011000 111011

Color Harmonies of #3DF23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF23A

Black with #3DF23A

Text Example


Text Example

White with #3DF23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,242,58); }

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

background-color css

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

 a { background-color: rgb(61,242,58); }

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

border-color css

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

 span { border-color: rgb(61,242,58); }

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