Html Css Color HEX #3CF22E Lime Green

📋 copy color: '#3CF22E'

red 60 ◦ green 242 ◦ blue 46

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

Shades of Lime Green #3CF22E

Tints of Lime Green #3CF22E

RGB

 RED value IS 60 (23.83% from 255) = 17.24%

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

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 17.24%
G = 69.54%
B = 13.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#3CF22E (or 0x3CF22E) is known color: Lime Green. HEX triplet: 3C, F2 and 2E. RGB value is (60,242,46). Sum of RGB (Red+Green+Blue) = 60+242+46=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF22E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF22E is #C30DD1. Grayscale: #A5A5A5. Windows color (decimal): -12783058 or 3076668. OLE color: 3076668.

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

Color convert

RGB 60 242 46 -
CMYK 0.75 0 0.81 0.05
HSL 115.71º 0.88% 0.56% -
HSV(B) 115.71º 0.81% 0.95% -
XYZ 34.11 64.66 13.27 -
YUV 165.24 60.7 52.94 -
System Red Green Blue C M Y K H S L
Decimal 60 242 46 0.75 0 0.81 0.05 115.71 0.88 0.56
Hex 3C F2 2E 4B 0 51 5 74 58 38
Octal 74 362 56 113 0 121 5 164 130 70
Binary 111100 11110010 101110 1001011 0 1010001 101 1110100 1011000 111000

Color Harmonies of #3CF22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF22E

Black with #3CF22E

Text Example


Text Example

White with #3CF22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,242,46); }

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

background-color css

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

 a { background-color: rgb(60,242,46); }

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

border-color css

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

 span { border-color: rgb(60,242,46); }

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